Author Topic: Added a Python/Curses example  (Read 12220 times)

zackhovatter

  • Newcomer
  • Posts: 13
  • Karma: +0/-0
    • View Profile
    • Email
Added a Python/Curses example
« on: June 24, 2010, 09:08:02 PM »
I read that this was the main community for RogueBasin. If it's not, sorry for the misplaced post. I was reading this article 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

This is my first post here, and I'm currently working on my own Roguelike project. Hope this is of some use to someone.

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Added a Python/Curses example
« Reply #1 on: June 24, 2010, 11:32:02 PM »
Welcome and thanks for the work chipping in!   8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

george

  • Rogueliker
  • ***
  • Posts: 201
  • Karma: +1/-1
    • View Profile
    • Email
Re: Added a Python/Curses example
« Reply #2 on: June 25, 2010, 01:45:35 AM »
Is there a Windows version of the curses module or is this Linux only?

ido

  • Rogueliker
  • ***
  • Posts: 618
  • Karma: +0/-0
    • View Profile
    • Tame Tick
Re: Added a Python/Curses example
« Reply #3 on: June 25, 2010, 10:32:55 AM »

zackhovatter

  • Newcomer
  • Posts: 13
  • Karma: +0/-0
    • View Profile
    • Email
Re: Added a Python/Curses example
« Reply #4 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?