Hello everyone!
It's been a long time since I've updated my very first game. I believe the ARRP last year saw the introduction of my game and now you can enjoy its almost finished state.
How this game came into existence and what can I say about it:
Into The Dungeon++ started off as a roguelike in C. I had some free time during college so I started to code a game (Into The Dungeon) in roguelike genre that I like really much. If you haven’t heard about roguelikes I suggest to check the definition out on RogueBasin and Wikipedia. As the game grew bigger and code messier I decided to rewrite the game in C++ and I would add graphics instead of using ASCII symbols. Thus I appended “++” to the title name and Into The Dungeon++ was born.
Main Features:
*Randomized Dungeons, Enemies and Loot
*Boss Fights
*Animated sprites
*Original soundtrack
*Moral unobvious choices storyline (to be implemented)
*Turn Based Combat
*Permanent Death
*Lighter than most roguelikes but still carries a great challenge to finish
General overview:
When wierd and foul things begin sprouting out of a dungeon, nearby townsfolk begins to worry a lot and sends an investigation team. Unfortunately they never return and people are getting scared even more. You, a mighty adventurer decide to help clear the matter. As you move closer to the Dungeon you can feel an evil force trying to corrupt you and lure you to loot (represented by a candle and being able to see loot through Fog of War). Will you be able to balance out the search for better equipment, corruption level and the dangers within?
A lot has changed since last year's ARRP so I'll just list the changes between the previous (v.07) and current realease:
#Bugfixes & Tweaks
- Items no longer spawn on ladder tiles
- Under the hood changes for better performance (saving, menus...)
- Boss will no longer spawn monsters inside other monsters if there is no room
#Gameplay
- Criticals ignore armor instead of increasing damage
- Backstabs are 100% criticals instead of increasing damage
- Traps can now be disarmed (25% for success)
- Traps can now be picked up and deployed (one time use only)
- Unsuccessful disarm destroys the trap
- Monsters no longer respawn on levels
The game can be downloaded here:
http://studio7.guru-gaming.org/What remains to be done is the story with multiple endings and treasure chests. After that I will consider the game finished and move onto wasting my free time on some new project. Ofcourse, I will probably come to revisit the game with bugfixes and gameplay changes as requested from the community.
Have fun, and don't forget to provide feedback!