Ludum Dare 21
August 19th-22nd 2011 :: Theme: Escape
[ Summary | Compo Top 50 | Jam Top 50 | Top 25 Categories | View All (599) ]
Escape from the Frame - vitae - 48 Hour Competition Entry
Windows | OS/X | Linux | Timelapse | Source
Done in 48 hours. Simple, too many mini games, so none of them are as high quality as I would like.
OS X: tested on my OS X Lion machine, I don't have a pristine machine to test on, nor an older machine, so I'm only saying it works on Lion. It _should_ work w/out installing pygame.
Linux: you must have python-pygame previously installed (debian/ubuntu: "apt-get install python-pygame"). you can download the source and run 'python escape_from_the_frame.py' or you can feed the url to 'pip install' and run 'escape'
View vitae's journal. | View all entries by vitae
Ratings
| #53 | Community | 3.38 |
| #115 | Coolness | 5% |
| #194 | Humor | 2.08 |
| #205 | Theme | 3.13 |
| #218 | Innovation | 2.88 |
| #323 | Audio | 1.53 |
| #353 | Fun | 2.25 |
| #417 | Overall | 2.25 |
| #489 | Graphics | 1.25 |
Comments
This was simple but fun. Obviously the graphics weren't very good, but I didn't mind so much. The music, while spare, captured the mood and tenseness of the game well. I liked the different minigames and didn't get bored with them. The game wasn't a long one but held my attention. Good job!
For some reason, I found "avoiding the sun" insanely fun. Unfortunately, the game crashed 3 times for me on that level.
Having a different mini game every level kept me interested the whole way through. I think it would have been better without the music.
That was ... strange. Annoying music, good ideas.
Seems you are creating to many new image object in some cases, which fills the memory. (Haven't checked the code, just the errors wally posted)
Not bad. I like "the frames are cramping your style, bro". It was also pretty funny the way you explained the missing levels. I have to say that minigames with different mechanics are always ambitious. Even if they're not hard to write, they take so much time. You might be better served just sticking with a single mechanic. It would have given you more time for polish, anyway. Agreed that the solar system level was obviously the best.
I'll have a look into the 'out of memory' errors. It seems that my sprites aren't being reaped, I'm not sure what's referencing them though.
You must sign in to comment.
Bubble bursting was kind of annoying. Only got to fourth level each time. Sorry but it crashed twice on me with relatively similar errors.
-------------
Traceback (most recent call last):
File "escape_from_the_frame.py", line 59, in <module>
File "escape_from_the_frame.py", line 56, in main
File "escape_from_the_frame.py", line 50, in run
File "escape\model\model.pyo", line 306, in update
File "escape\model\actor.pyo", line 36, in __init__
File "escape\library\load_image.pyo", line 33, in load_image
pygame.error: Out of memory
-------------
Traceback (most recent call last):
File "escape_from_the_frame.py", line 59, in <module>
File "escape_from_the_frame.py", line 56, in main
File "escape_from_the_frame.py", line 50, in run
File "escape\model\model.pyo", line 263, in update
File "escape\model\actor.pyo", line 36, in __init__
File "escape\library\load_image.pyo", line 33, in load_image
pygame.error: Out of memory