Weathering

by milgwyn
Coolness★★★★★★★★★★20%
A short little text adventure game.
Python 3.X.X is required. Explore and enjoy!

screenshot

Comments7

Cosmologicon
Cosmologicon25 Apr 2012, 03:02
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.
Ovno27 Apr 2012, 13:14
Interesting game, never been a fan of text based but I like the odd commands.
Shigor
Shigor5 May 2012, 19:34
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).
Fenyx12 May 2012, 16:56
Can't run, py2.7 and py3.2 are arguing on Windows
Fenyx12 May 2012, 17:33
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
MurrayL14 May 2012, 00:15
I get the same error as Shigor - running Win7 64-bit, Python 2.7.3 (32-bit).
maxman4314 May 2012, 00:48
This game is really interesting. I very much enjoyed it.
Found a bug?
Tell us on Discord