ParkHack by ProfessorParky

[raw]
made by ProfessorParky for LD36 (COMPO)
A work in progress rougelike. You start in a randomly generated dungeon and must try to find the ancient ring that legand says lies at the heart of the dungeon. Currently only the first level is implemented.

Enemies move when you do and you attack nearby enemies automatically.

Controls:
WASD: move one tile
SPACE: advance one turn without moving
ESCAPE: end game

The game is written using Java and the Libgdx library.

Stuff not yet implemented:
Random chests
Items and Equipment
Shop
Magic System

Feedback

mihaivdev
31. Aug 2016 · 20:58 UTC
I like that you've made a roguelike as it's a genre I like a fair bit but unfortunately after about 350 turns of just going in random directions I had to give up. It would've been good to make the dungeon smaller and to allow holding a direction key until a monster is within a specific range to your character (have a look at Pixel Dungeon for a great example of this).
Good luck and I hope you continue this as there is potential.
minnouu
01. Sep 2016 · 10:11 UTC
I think the dungeon is simply too wide to really be interesting or to figure out your way. I went down a hallway for something like 200 turns and didn't meet anything. If it were a bit smaller or had some sort of go-to-the-end fast travel it might be a bit easier to navigate.