Hello,
My brother asked me to consider doing a 7DRL 2015 entry, but after checking out the high quality releases of last year, I was not so sure.
Still, I though of a game that I would like to play myself and thought that was a good reason to join the party
I have not created a game in years, let alone finished one, so I am quite pleased that I did both, although it's a very simple game in essence.
KORZ-RL is heavily inspired by Apogee's classic "KROZ" series of ASCII-based action games. You are in a single-screen dungeon with dumb enemies that follow you on every move and die when they hit a breakable wall. You can kill enemies and/or break walls by using your whip. Gems are your live energy. On each dungeon there are whips laying around as well. The enemies also take each gem and whip that they find. Your goal is to reach the door that will lead to the next level.
Being a 7DRL entry, I thought it needed a RogueLike-ish mode as well. During development I came up with the idea of being able to switch back/forth those two game modes by the press of a button. I really wish I had more time to make a real RogueLike-worthy level generator, field of vision, enemy AIs, etc., but I simply did not have enough time for this.
In the RogueLike mode you can also use gems to get new whips and/or transport you to a random location on the screen (in action mode you are too busy running to deal with magic spells
).
The game is written in Java 7 and so requires a modern Java 7 JRE. It's a graphical game that uses emulated ASCII graphics by using Trystan's excellent AsciiPanel Swing component (which was a joy to use). I have not tested the game on any other machine than my own, so I have no idea how - or even if - it will run on non-Windows/core i7 machines. I should mention the default key bindings uses the keypad, a lot of you won't have them (especially laptop and Mac users). There's an option to redefine keys though.
For the download link, see
http://korzgame.wordpress.comIf anyone has played this and would to share their opinion and/or is encountering issues, I would love to hear them.
Because it is a 7DRL game I do not plan to do additional work on this game, but I will try to fix nasty bugs.
I had so much fun working on this, that I do consider creating a non-7DRL sequel game though.
Thanks for your time!