Weathering by milgwyn

[raw]
made by milgwyn for LD23 (COMPO)
A short little text adventure game.
Python 3.X.X is required. Explore and enjoy!

Feedback

Cosmologicon
25. Apr 2012 · 02:57 UTC
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.
Ovno
27. Apr 2012 · 13:09 UTC
Interesting game, never been a fan of text based but I like the odd commands.
Shigor
05. May 2012 · 19:29 UTC
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).
Fenyx
12. May 2012 · 16:51 UTC
Can't run, py2.7 and py3.2 are arguing on Windows
Fenyx
12. May 2012 · 17:28 UTC
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
MurrayL
14. May 2012 · 00:10 UTC
I get the same error as Shigor - running Win7 64-bit, Python 2.7.3 (32-bit).
maxman43
14. May 2012 · 00:43 UTC
This game is really interesting. I very much enjoyed it.