Attempt at making a simple game in a weekend
You can play the winning entry of the first RZL gamne jam here: https://tabascoeye.github.io/rzl-gamejam/
npm install
If you don't use Firefox, you need a local webserver to run the game (cross-origin policy) e.g.:
python -m SimpleHTTPServer 8080
Use a typescript editor like VS code or atom-typescript which auto-compiles on save (because of the settings in tsconfig.json)