OutOfRange has updated his Nethack style game DungeonS. Thanks to http://www.dev-fr.org for the news.
Release notes:
I ran into a couple of problems this week that practically halted development of the game, since you couldn’t play the game because of them, and thus needed to be sorted out. Thankfully, they are now history, and I have been able to progress with the development. The biggest step forwards has been the start of the story mode, which features a character creation screen, where you can roll to try and improve your stats, change the hero’s name, and (in the future) choose a class for your hero. Currently, there are only five levels, and they still need a little work, but they do show the game working, and how it will look in the finished version. However, there are still a number of things I have planned that remain to be added, such as;
# I’m aiming for about 50 levels.
# Every ten levels, you get a “camping” screen, where you can (hopefully) save and purchase items from the shop.
# Adding the storyline, so you know why you’re there…
# Extra dungeon items, such as teleporters, to add some puzzle elements
# Greater variety of weapons and armour for each class.
# Better AI (as it’s just placeholder AI at the moment)For two weeks development, I’m somewhat happy with how it’s turned out so far, especially due to some of the bugs I’ve had. It’s not the most complex game in the history of the world, but hopefully, with the features I have planned, I’ll increase my knowledge of c++, especially since I had practically none prior to starting this game.
I have just d/led the latest version of no$gba, and the buttons on the title screen don’t show at first… but they appear if you click the screen… don’t know what that’s about, will look into it -.-