Parachuters is an HTML5 canvas game.
- Move the boat with the keyboard
- Catch the parachuters
- Try to survive as much as you can
1.1.0
Parachuters uses a number of open source projects to work properly:
- node.js - evented I/O for the backend
- Express - fast node.js network app framework
- Webpack - assets bundler
- Babel - transpiler ES2015 to plain old JS5
- JSHint - linting tool for js
Parachuters itself is open source with a public repository on GitHub.
Make sure you run as administrator.
$ git clone https://github.com/Pashtidot/parachuters.git
$ cd parachuters
$ npm install
$ npm start
Open the game at the port mentioned.
Ron Hagafny