Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 2.51 KB

README.md

File metadata and controls

60 lines (39 loc) · 2.51 KB

FEWA

Fire Earth Water Air

Logical shooter game for the js13k game 2014 contest

Game rules

You have the four elements and 3 types of bricks from each element type. Stroked empty bricks are weak, color filled bricks are stronger and signed bricks are the strongest. If you shoot the signed bricks with the proper element it has a special effect.

Fire special brick explodes the whole column of bricks. Earth special brick explodes surrounding bricks. Water special brick explodes the whole row of bricks. Air special brick explodes all the weak(stroked) air bricks.

The Fire element, most effective against fire bricks, but least effective against water bricks. The Earth element, most effective against earth bricks, but least effective against air bricks. The Water element, most effective against water bricks, but least effective against fire bricks. The Air element, most effective against air bricks, but least effective against earth bricks.

Controls

Swap/Move elements: Click highlighted column to select an element and click to drop to another column Pause: P, Mute: M, Stop background animation: B (because of performance issues on some devices)

Screenshot

FEWA

You can try it here

Quickstart

  • install Node.js
  • install gulp.js
  • clone the repository
  • go to cloned directory
  • in command prompt or terminal run: yarn install --offline, then run yarn dev for development mode or yarn build to build production to /dist folder

Credits

Created by: Zoltan Pasztor & Csaba Tuncsik

Audio Processing: JSFXR by @markusneubrand

Game sound inspired by: @jackrugile (http://codepen.io/jackrugile/blog/arcade-audio-for-js13k-games)

Game music: Sonant-X (https://github.com/nicolas-van/sonant-x) by nicolas-van

Game random number utility inspired by: # JS13KGames Boilerplate (https://github.com/ooflorent/js13k-boilerplate/blob/master/src/rng.js)

License

This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See WTFPL WTFPL icon for more details.