
Dark Dungeons and Scary Creatures (DDSC)
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Dungeon crawler game for MacOSX/Linux (natively) and Windows (mingw or WSL). For those who want to read source code - "abandon all hope ye who enter here..."
--- READ ME ---
"Dark Dungeons and Scary Creatures" is turn based dungeon crawler.
made by Python_B for Ludum Dare 48.
Gameplay is very simple. On your turn you choose on of possible actions:
+ Attack monster.
+ Use your special skill.
+ Go deeper, if all monsters are defeated.
Eexample: To attack first monster you press 'a' and then '1'. Information, like how many damage you did will appear in area in between your stats and fight screen.
You have 3 skills:
1: Makes your attack slightly more powerful, you deal extra damage.
2: Heals you a bit
3: Makes your attack way more powerful, useful when dealing with last monster on low hp.
Used skill recovers for 3 turns.
Door will appear, and after one second you'll see new monster set and be able to fight them.
Also currently I'm trying to rewrite it from scratch and make it better, so here's my itch.io
Screenshot 1
--- READ ME ---
"Dark Dungeons and Scary Creatures" is turn based dungeon crawler.
made by Python_B for Ludum Dare 48.
Gameplay is very simple. On your turn you choose on of possible actions:
+ Attack monster.
+ Use your special skill.
+ Go deeper, if all monsters are defeated.
Attacking:
Every monsters has it's own number from 1 to 4 (I-IV), to attack you press 'a' key, and target's number.Eexample: To attack first monster you press 'a' and then '1'. Information, like how many damage you did will appear in area in between your stats and fight screen.
Skills
You have 3 skills:
1: Makes your attack slightly more powerful, you deal extra damage.
2: Heals you a bit
3: Makes your attack way more powerful, useful when dealing with last monster on low hp.
Used skill recovers for 3 turns.
Advancing through the dungeon
When you've defeated last monster you should press 'd', to deeper into next room.Door will appear, and after one second you'll see new monster set and be able to fight them.
Also currently I'm trying to rewrite it from scratch and make it better, so here's my itch.io
Screenshot 1