Python Forum
Text Adventure Module - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: Text Adventure Module (/thread-24627.html)



Text Adventure Module - Leroyrobenson - Feb-23-2020

Greetings,

I am trying to find a module for python that will act as a terminal when compiled, not just running in anaconda or what have you. I'm working on creating a single player MUD-type game. Been googling around and haven't really found what I'm looking for. What I'd like to see from the module.

Text Color
Text Effects - blinking/scrolling etc

Other than that I think that'd be all I need. I hope I provided enough in my question here.


RE: Text Adventure Module - Larz60+ - Feb-23-2020

take a lok at curses: https://docs.python.org/3/howto/curses.html