Shadows and Lights by aucguy
Instructions are in game.
Yours going to have to download python and pygame to run this.
After installing that run src/main.py to launch the game
Yours going to have to download python and pygame to run this.
After installing that run src/main.py to launch the game
Unfortunate that it ended right when it was getting to the fun part, but puzzles don't exactly write themselves, eh? (Well... unless they're randomly generated puzzles... but that's unrelated.)
Overall, good job!
When typing python.exe src\main.py, i have the following error :
File "src\main.py", line 1, in <module>
import zetric
ImportError: bad magic number in 'zetric': b'\x03\xf3\r\n'
What is the correct command line to launch the game ?
ps: i'm running Python 3.4 on Windows 7.