Rescue Copter - a js13kGames 2014 entry.
Become a firefigher and control a helicopter to save people and forests! Make sure to avoid smokes, fires and birds flying around. The game features 12 levels in 3 different themes.
The theme was The Elements: Earth, Water, Air and Fire. So, we have a helicopter flying in the air, people standing on the earth, water in lakes used to fill up the tank and fire to put out... :)
Final size: 12,684 bytes
Play the game: http://pixelchinchilla.com/rescuecopter/
- w, a, s, d - move
- l or space - drop water
- escape - pause game
Use Chrome for the best user experience. The game runs in Firefox and IE11 too, but the performance may vary, also there are no sounds in IE.
- clone the repository
- run
npm install
- type
npm run-script build
to build a minified version of the game - type
npm run-script dist
to deploy the game to a ZIP package
MIT