tabascoeye / rzl-gamejam

Attempt at making a simple game in a weekend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Attempt at making a simple game in a weekend

License:MIT License


Languages

Language:TypeScript 97.5%Language:HTML 2.5%