FoonLudum Dare ExplorerLD32 → Gloom

Gloom

By xyerua

View on Wayback Machine

CategoryRankScoreCount
Coolness2469

Comments

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.

nidolabz 2015-04-23 20:31

Does Not Play!

peecestudios 2015-04-23 20:33

Please convert to a .exe file!

jcsirron 2015-04-29 03:43

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.

crowbeak 2015-05-09 05:24

I recommend using a tool like pyinstaller (https://pypi.python.org/pypi/PyInstaller) to make an executable for your game.