Temple of The Roguelike Forums

Websites => Temple of the Roguelike => Topic started by: zackhovatter on June 24, 2010, 09:08:02 PM

Title: Added a Python/Curses example
Post 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.
Title: Re: Added a Python/Curses example
Post by: getter77 on June 24, 2010, 11:32:02 PM
Welcome and thanks for the work chipping in!   8)
Title: Re: Added a Python/Curses example
Post by: george on June 25, 2010, 01:45:35 AM
Is there a Windows version of the curses module or is this Linux only?
Title: Re: Added a Python/Curses example
Post by: ido on June 25, 2010, 10:32:55 AM
http://adamv.com/dev/python/curses/ (http://adamv.com/dev/python/curses/)
Title: Re: Added a Python/Curses example
Post by: zackhovatter on June 25, 2010, 05:42:07 PM
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?