Temple of The Roguelike Forums
Websites => Temple of the Roguelike => Topic started by: zackhovatter on June 24, 2010, 09:08:02 PM
-
I read that this was the main community for RogueBasin (http://roguebasin.roguelikedevelopment.org). If it's not, sorry for the misplaced post. I was reading this article (http://roguebasin.roguelikedevelopment.org/) on the dungeon building algorithm, and converted the Java example to Python/Curses. you can find a link at the bottom of the article, or here (http://roguebasin.roguelikedevelopment.org/index.php?title=Python_Curses_Example_of_Dungeon-Building_Algorithm)
This is my first post here, and I'm currently working on my own Roguelike project. Hope this is of some use to someone.
-
Welcome and thanks for the work chipping in! 8)
-
Is there a Windows version of the curses module or is this Linux only?
-
http://adamv.com/dev/python/curses/ (http://adamv.com/dev/python/curses/)
-
Thanks getter77 :). I had no luck with the Windows module myself, so I'm going to use PDCurses. I'll be sure to post the C/C++ version whenever I get done.
What is normally used for such projects?