Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 457 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 457 Bytes

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

Compiling

Install typescript and webpack using npm and compile everything by running npx webpack. The final JS code will be in the src-js directory.