mmurdoch / Vengeance

Text-based game engine.
The Unlicense
1 stars 0 forks source link

Support the display of a map #4

Open mmurdoch opened 11 years ago

mmurdoch commented 11 years ago

This could be tricky in a cross-platform way. Linux/Mac OS X could use the curses module but a different approach would be needed for Windows (perhaps one of the PDCurses wrappers for Python?)