My advice, run it from IDLE and you get an adjustable output window with a nice background that works across several common platforms.
vegaseat
DaniWeb's Hypocrite
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
Thanks for the advice but I'm trying to make my game retro, like the old text based games such as Zork etc. The green text on a black background is classic.
Honestly, get pygame. Its easy to do a text based game with pygame. It will make a screen, and will update with text. Simple simple things.
Make a surface. Fill surface with black.
Make text surface. Write that text to the original surface.
Call for update, and repeat.
redyugi
Junior Poster in Training
80 posts since Jul 2009
Reputation Points: 15
Solved Threads: 30
Well that was just a suggestion. Good luck though
redyugi
Junior Poster in Training
80 posts since Jul 2009
Reputation Points: 15
Solved Threads: 30