Skip to content

cstuncsik/fewa

Repository files navigation

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.

About

Shooter game for the js13k contest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published