Lord of the Dungeons! by LittleGreenFlame
Second LD, first semi finished game. The mechanics are very interesting in this game, and I think you'll like the music I made for it too :) There is a separate music track for the credits, so make sure you play through to level 9.
Hope you like it!
Thank you everyone who played my game! I'm sorry about the multi-monitor issue, that something I didn't account for in my coding ]= The game is very unpolished. I would have liked to add health bar on top of the monsters and hero but didn't have time, and also I need something to happen when you kill the hero. Have the stats appear on click instead of on mouse-over is a great idea. Sound effects is something I wanted to add but ran out of time. Also, the Armour stat doesn't do anything, so I wouldn't put any points into it :) The main menu is makeshift, and I plan on adding much better instructions in the future.
Bug - when you place a monster on top of another one, neither monster can move. I know how to fix this I just forgot =/
I used C#
Paint.NET
& LMMS
Hope you like it!
Thank you everyone who played my game! I'm sorry about the multi-monitor issue, that something I didn't account for in my coding ]= The game is very unpolished. I would have liked to add health bar on top of the monsters and hero but didn't have time, and also I need something to happen when you kill the hero. Have the stats appear on click instead of on mouse-over is a great idea. Sound effects is something I wanted to add but ran out of time. Also, the Armour stat doesn't do anything, so I wouldn't put any points into it :) The main menu is makeshift, and I plan on adding much better instructions in the future.
Bug - when you place a monster on top of another one, neither monster can move. I know how to fix this I just forgot =/
I used C#
Paint.NET
& LMMS
| Windows | https://www.dropbox.com/sh/tfaod3pv9xvujuq/JcaQs-uxkZ |
| Original URL | https://ludumdare.com/compo/ludum-dare-25/?action=preview&uid=16110 |
- the interface is not so intuitive
- pathfinding doesn't really work
- I killed the good guy but nothing happened, only his life going into the negative range
I'd really like to play again a more polished version of this game. So all in all, I'll give it a good rating.
@bradleypollard - Change line 53 in Dungeon.cs from:
Size = new Size(SystemInformation.VirtualScreen.Width, SystemInformation.VirtualScreen.Height);
to:
Size = new Size(1024, 768);
Will reply again once I've had a proper play.
- There's not enough time to prepare before the player comes. There should either be more time, or a 'Begin level' button.
- The stats windows got in the way, even with the ability to close them. Perhaps make them appear on click rather than on mouse over.
- I couldn't tell how effective the health/damage/armour stats were. Maybe little health bars on the enemies would help.
If those issues get ironed out then it'd be interesting to see how it plays.