Lost Planet by eyecreate

[raw]
made by eyecreate for LD23 (COMPO)
You are a tiny spaceship in the void of space. You have limited fuel to find your home planet. Explore the stars in order to find your home.

Game created in pygame.

Feedback

Sheep
23. Apr 2012 路 19:35 UTC
Could you explain how to run this?
mattchu
23. Apr 2012 路 20:44 UTC
Even after installing pygame, I'm getting an error saying "module 'pygame' does not exist."
馃帳 eyecreate
23. Apr 2012 路 23:56 UTC
@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
24. Apr 2012 路 03:35 UTC
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
28. Apr 2012 路 05:15 UTC
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.
ericdpitts
29. Apr 2012 路 22:00 UTC
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
30. Apr 2012 路 14:12 UTC
@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
06. May 2012 路 18:37 UTC
Kudos for using pygame. Unfortunately, the game lacks a lot of things to be fun, but congrats for finishing your game.