Skip to content

PGgamer2/IWBTG.ts

Repository files navigation

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.