Numeric Dungeon
About
Hello every one. 36h of Warsaw Game Jam Pro 2022 (topic: "What is real?") is finished and here is effect of my work. This time I was working fully solo and I decided for very minimalistic style.
Game description:
NUMERIC DUNGEON is roguelike-puzzle game. Game is turn based, where in each turn player avatar fight with enemy in dungeon. Combat of the game is fully auto-battler, but before each round player have possibility to swap with enemy selected statistic. Player and enemy are described with 6 stats:
MaxHealth - amount of Player have health on start of next battle
Initiative - its define queue of move and attack in auto-battler (more is earlier)
Damage - how much do you attack to enemy
Range - minimal distance in axis to reach enemy with attack
Defence - reduction of damage from enemy
Movement - how much do you move in single round
In each round you have possibility to swap values of single statistic. But remember that enemy will do the same. This what will enemy do is showed on top of screen. Beside of swap, you have also possibility to lock selected stat from swap. It will gwarantte, that enemy can't swap this value. But you coudn't be sure if it even try.
In version for game jam I prepared 4 levels.
If you like it, leave information, maybe be I will extend this idea in the future :)