Encroaching Darkness by redwire
This game was built on Mac OS X using Python 2.7.2 and Pygame 1.9.1. It ran fine in 32-bit mode (arch -i386 python main.py).
It was also tested in Ubuntu Linux 11.04 under Python 2.7.1 and the same version of Pygame. It was run with "python main.py".
I have been told it also works with Python 2.6. Even still, Python 2.7 is recommended.
P.S. Yes, my username on github is different than the one I used here.
It was also tested in Ubuntu Linux 11.04 under Python 2.7.1 and the same version of Pygame. It was run with "python main.py".
I have been told it also works with Python 2.6. Even still, Python 2.7 is recommended.
P.S. Yes, my username on github is different than the one I used here.
| OSX and Linux (Not tested for windows | https://github.com/ryuurei/LudumDare23 |
| Original URL | https://ludumdare.com/compo/ludum-dare-23/?action=preview&uid=12056 |
I received this error message:
Traceback (most recent call last):
File "main.py", line 3, in <module>
import pygame
ImportError: No module named pygame
I apologize for the fact that I couldn't do much to handle distribution- plain source release is about all I can do.
If you install pygame, it should work fine, though.
Thank you both for playing so far!