Halloween Battle (DevKage)
About
Halloween Battle is a fun little 2D-PvP-turn based game written using the Flame engine for the very first Flame Game Jam!
Source code: https://github.com/ufrshubham/halloween_battle
The theme for this jam was "Halloween" with 3 optional limitations:
- Game should have a twist
- Should be ridiculously happy and colorful
- Your game should not include any collision
Out of these 3, this game uses last limitation. My interpretation for this was "no collision detection code whatsoever" 😅
How to play:
This is a turn based game. So once both players are connected to same game, they'll get 1 turn to play their move. The only 4 possible move are:
- Attack: Uses some XP and delivers damage to opponent
- Charge: Recharges some XP and HP
- Shield: Puts up a shield rendering enemies next attach useless
- Special Attack: Bit costly but also delivers more damage
The player whose HP first reaches 0, loses the game.