I’m a developer advocate and a backend developer, and my frontend development expertise is relatively weak. A while ago I wanted to have some fun and make a game in a browser; I chose Phaser 3 as a framework (it looks quite popular these days) and TypeScript as a language (because I prefer static typing over dynamic). It turned out that you need to do some boring stuff to make it all work, so I wrote this tutorial to help the other people like me get started faster.
#typescript #gamedev
#typescript #gamedev
freeCodeCamp.org
How to build a simple game in the browser with Phaser 3 and TypeScript
I’m a developer advocate and a backend developer, and my frontend development expertise is relatively weak. A while ago I wanted to have…