Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 531 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 531 Bytes

rzl-gamejam entry "Wird am Dienstag abgeholt"

Attempt at making a simple game in a weekend

Play

You can play the winning entry of the first RZL gamne jam here: https://tabascoeye.github.io/rzl-gamejam/

setup

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

development

Use a typescript editor like VS code or atom-typescript which auto-compiles on save (because of the settings in tsconfig.json)