jmdejong / Asciifarm

Multiplayer ascii-graphics based RPG/farming game
GNU General Public License v3.0
65 stars 4 forks source link

windows compatibility #5

Open jmdejong opened 6 years ago

jmdejong commented 6 years ago

Currently asciifarm is using the python-curses library which is only abailable on *nix systems.

It would be good if asciifarm would also work on windows systems For this it is probably necessary to use another library, like asciimatics or maybe libtcod/tdl

jmdejong commented 5 years ago

windows compatibility will probably be "install windows-curses"