A remake of the popular game I Wanna Be The Guy in TypeScript.
It is incomplete. At the moment you can:
- move
- JUMP
- SHOOT!
- ...die
Install typescript and webpack using npm and compile everything by running npx webpack
. The final JS code will be in the src-js
directory.