I finished the game, but I have to admit, it was far from obvious like the readme says. I checked the source to make sure it wasn't a bug. It's kind of an interesting story, but very short and not really any puzzles or anything to keep me interested. If your whole game is text-based, might as well give us something like "up" to get the previous command.
Can't run on mac (python 3.2.2 or whatever is current version, just downloaded it)
File "main.py", line 30
print(character, end="")
^
SyntaxError: invalid syntax
Deleted that part (I have essentially zero knowledge of python and have no time and need to learn it just to run one entry), tried to run again, first text showed, then python fails after I'll try to write something).
fenyxofshadows@ubuntu:~/Dropbox$ python CursorVsMan.py
Traceback (most recent call last):
File "CursorVsMan.py", line 1, in <module>
import curses, sys, random
File "/usr/local/lib/python2.7/curses/__init__.py", line 15, in <module>
from _curses import *
ImportError: No module named _curses
File "main.py", line 30
print(character, end="")
^
SyntaxError: invalid syntax
Deleted that part (I have essentially zero knowledge of python and have no time and need to learn it just to run one entry), tried to run again, first text showed, then python fails after I'll try to write something).
Traceback (most recent call last):
File "CursorVsMan.py", line 1, in <module>
import curses, sys, random
File "/usr/local/lib/python2.7/curses/__init__.py", line 15, in <module>
from _curses import *
ImportError: No module named _curses