Foon →
Ludum Dare Explorer →
LD21 →
Escape from the Frame
Escape from the Frame
By vitae
View on Wayback Machine
| Category | Rank | Score | Count |
|
|---|
| Community | 53 | 3.38 | | |
| Coolness | 115 | 5 | | |
| Humor | 194 | 2.08 | | |
| Theme | 205 | 3.13 | | |
| Innovation | 218 | 2.88 | | |
| Audio | 323 | 1.53 | | |
| Fun | 353 | 2.25 | | |
| Overall | 417 | 2.25 | | |
| Graphics | 489 | 1.25 | | |
Comments
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
d_m
2011-08-23 04:28
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!
thonk
2011-08-23 05:27
For some reason, I found "avoiding the sun" insanely fun. Unfortunately, the game crashed 3 times for me on that level.
jaj
2011-08-23 20:21
I liked escape the sun the best as well.
Having a different mini game every level kept me interested the whole way through. I think it would have been better without the music.
tcstyle
2011-08-26 11:52
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)
summaky
2011-08-27 07:44
The music was rather annoying. The idea was good.
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.
vitae
2011-08-27 19:56
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.