FoonLudum Dare ExplorerLD23 → Weathering

Weathering

By milgwyn

View on Wayback Machine

CategoryRankScoreCount
Coolness100720

Comments

cosmologicon 2012-04-25 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.

ovno 2012-04-27 13:14

Interesting game, never been a fan of text based but I like the odd commands.

shigor 2012-05-05 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).

fenyxofshadows 2012-05-12 16:56

Can't run, py2.7 and py3.2 are arguing on Windows

fenyxofshadows 2012-05-12 17:33

[email protected]:~/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 2012-05-14 00:15

I get the same error as Shigor - running Win7 64-bit, Python 2.7.3 (32-bit).

maxman43 2012-05-14 00:48

This game is really interesting. I very much enjoyed it.