FoonLudum Dare ExplorerUsers → platypus

platypus

Games

YearLDThemeGameDivisionRankOvFuInThGrAuHuCmCo
201121EscapeMonster Huntcompo2192.942.632.443.753.943.003.331.701

Performance over time

overall score (left axis) percentile (right axis)

Scatterplots

Fun vs Overall

Innovation vs Overall

Theme vs Overall

Graphics vs Overall

Audio vs Overall

Humor vs Overall

Comments by platypus

LD21 — Escape

Monster Hunt by platypus 2011-08-21T21:22:00

I believe the problem comes from insufficient RAM. There are 3200x480 images used in the game. I tried it on 3 different computers, and the oldest one gave me the same error. I could chop the pieces to smaller ones and change the code, but I am siply too tired to do it now. Sorry for the inconvenience. It runs fine on my netbook with 2Gb of RAM.

Monster Hunt by platypus 2011-08-23T13:34:00

I'm glad you all (or most of you) like my game. As for the collision issue, the game uses pixel perfect engine and all the obstacles have pixel perfect masks. However, I was afraid that the player character would get stuck because of automatic running, so I made its mask a circle. Thus it is not 100% accurate, but you're testing your luck if you run that close to an obstacle ;).