A 2D platform/shooter game written in CoffeeScript with the Phaser game engine.
You play as a nameless hero with a gun and no shirt. Are you a bad enough dude to survive?
You can play the game in any modern web browser, although it was designed to be played on a mobile phone. You can play online here or you can build it and host it on your own web server.
- Node.js
- Gulp
- a web server
- Install the dependencies with
npm install
. - Start Gulp and build the game with
npm start
. - Run a web server in the
build
directory. - Play the game in a modern web browser.
The player and enemy sprites are adapted from the 1987 NES game Contra. Used under Canadian fair use Copyright laws.