Here is my little summerproject, its called Concave.
Its a simple little hack n slash game written in python, so it should work on all platforms.
When i started to write the game i had only one requirment, i wanted randomized dungeons but as usual everything grew from there.
If anyone wants to test it the location is:
http://code.google.com/p/concave/
or clone it directly with: git clone https://code.google.com/p/concave/
Requires pygame (http://www.pygame.org/)
Work left to do:
* Add magic hotbar info.
* Make hotbar configurable.
* Fix fire magic so it does something.
* And a bunch of bugs.
* Cut out wall and floor instead of displaying everything
And if there is time:
* Add more magics
* Rewrite main game loop
So if anyone finds a bug please do report it.
Obligatory pictures:
Just want to say this is looking pretty good!
Your caves look a lot better than my dungeons, which didn't turn out very well. Having wide passageways between rooms makes for better gameplay.
Video of me running around helplessly :)
Ahh perfect to see someone else playing, it really showed what was missing :)
I have balanced the enemies a bit and have added some buttons to escape menu, and added a start help text.