2-4 players duke it out while trying not to fall to their doom. Each player has 3 lives and limited HP. Last bit standing wins!
###Play it!
Code, design and sound by Benji Kay. @okaybenji
Art and animation by Adam Bing. @Exciteless
Written with Phaser, with chiptune2.js for SFX and music.
- Install dependencies via
npm install
- Build with
npm run build
or auto-build when scripts change withnpm run watch
Supports PS4 DualShock 4 and Xbox One controllers!
Blue: Gamepad 1, or move with W S A D
and attack with Q
Pink: Gamepad 2, or move with UP DOWN LEFT RIGHT
and attack with SHIFT
Green: Gamepad 3, or move with I K J L
and attack with U
Purple: Gamepad 4, or move with T G F H
and attack with R
Change the map with M
Change the number of players with P
Change the BGM (music) with B
Restart the game with ENTER
Made for #LOWREZJAM 2016.