parzivalthevirtual 2015-04-21 19:08
I couldn't play it. I have Python 3.3. It would open a console window and close it in half a second.
Foon → Ludum Dare Explorer → LD32 → Gloom
By xyerua
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 2469 |
I couldn't play it. I have Python 3.3. It would open a console window and close it in half a second.
Does Not Play!
Please convert to a .exe file!
I'd recommend using cxfreeze or it's ilk to get this game into an .exe so people can use play it without python(2.7 flavor) and pygame(1.9.1?) installed. Kudos on using python, though.
I recommend using a tool like pyinstaller (https://pypi.python.org/pypi/PyInstaller) to make an executable for your game.