Jewel-Story is a turn-based RPG game with strategy elements. Fight system of a game will be turn-based and need a deep thinking of player. You must have Python2.6 + pygame(1.9.0-2.1) module.
A text-based, turn-based strategy game set in space. It is similar to a 4X game and is inspired by Space Federation: Galactice Conquest among other games.
Programmed with Python using Curses for the text interface.
Kingdom Wars is a client/server chess daemon designed to run on multiple operating platforms. Both the client and the server are stand alone. The network protocal is open, and custom clients are welcome to be developed.
A TextMap module for Python.
The TextMap class can be used to emulate oldfashioned computer screens. It will have methods like writexy(x,y,text),
input = readxy(x,y,text), clear(), scroll(x,y),
change(coloroptions), settext(text), input = gettext()