/parachuters

Simple retro parachuters game made with HTML5 canvas, node.js, ES2015 and Webpack

Primary LanguageJavaScript

Parachuters

Parachuters is an HTML5 canvas game.

  • Move the boat with the keyboard
  • Catch the parachuters
  • Try to survive as much as you can

Version

1.1.0

Tech

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.

Installation

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.

Author

Ron Hagafny