FoonLudum Dare ExplorerLD23 → Lost Planet

Lost Planet

By eyecreate

View on Wayback Machine

CategoryRankScoreCount
Coolness1178

Comments

sheepolution 2012-04-23 19:40

Could you explain how to run this?

mattchu 2012-04-23 20:49

Even after installing pygame, I'm getting an error saying "module 'pygame' does not exist."

eyecreate 2012-04-24 00:01

@Sheep: you need Python and pygame to run. Then just run the python script LostPlanet.py in python.

@mattchu: It seems it can't find the pygame you installed. I will say I used python 2.7 to write/run this, so no idea how it works on 3.x. I verified just now in both ubuntu 11.10 and windows 7(with 2.7).

cosmologicon 2012-04-24 03:40

It works fine for me running python2.7+pygame on Linux. I like games where you explore, but this needs something to make it possible to do that. Maybe even just "warmer... warmer.... colder..." or something.

mikelovesrobots3 2012-04-28 05:20

Would like to play, but I have no idea what to do with this. I assume I should install pygame, but damn. I don't want to learn python's package management system.

menderslan 2012-04-29 22:05

You might take a look at this:

http://www.pygame.org/wiki/Pygame2exe

And see if you can make it work for your game in order to get some more plays, as the majority of people are not going to want to install python/pygame.

eyecreate 2012-04-30 14:17

@ericdpitts: I tried using py2exe and cxfreeze right after the compo was over, but it seems there were some serious issues with both solutions(I think is related to the pygame font lib) that made unusable exes. I was only able to get something working by removing all uses of font.

http://cloud.eyecreate.org/apps/files_sharing/get.php?token=7695ba02b63566a3485721fe5bebc23a5b841f56

Anyone who may know how to fix the bundle problem, please send help.

jfroco 2012-05-06 18:42

Kudos for using pygame. Unfortunately, the game lacks a lot of things to be fun, but congrats for finishing your game.