FoonLudum Dare ExplorerLD20 → Crunchies - Its dengerous so take this DHL parcel and a spoon

Crunchies - Its dengerous so take this DHL parcel and a spoon

By code_glitch

View on Wayback Machine

CategoryRankScoreCount
Innovation2502.0812
Fun2771.6712
Theme2262.1811
Graphics2681.9111
Audio1981.836
Humor952.8010
Overall2781.6712
Community1422.679
Coolness2041

Comments

johanp 2011-05-02 14:44

Sorry, can't compile. If you have a win 32 compatible exe, feel free to let me know.

code_glitch 2011-05-02 20:04

Ah.... Win32. The binary provided is for Ubuntu 64 bit Natty (upgraded distro in development) which led to a lot of development shortcuts...

Since A lot of the code was Proof Of Concept 1-2 days before LD started a lot of it was not tested - ever on Win32. I'm working on a patch as fast as I can, and hope to have it rolled out near the end of the week although some features may be missing from the final game.

code_glitch 2011-05-02 20:18

Update: Just tested the supplied binary on a rather new xubuntu 10.10 box. You will need the following:
sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-ttf2.0-dev
with an optional --fix-missing at the end if it complains

Runs great - aced the game in 3 minutes myself... Its 100% hackeable though. each level has two files: a csv xml TMX file and the same filename with a .link at the end. The latter has 3 lines: the id number of the tile the player has to be on to 'win',the filename of the next levels' tmx file and the mission name (not important as long as it is not blank)

windows fix is en route...

athanazio 2011-05-03 02:11

sorry only can evaluate web or mac :|

code_glitch 2011-05-03 16:16

The new link is http://dl.dropbox.com/u/4853895/CrunchiesLD20Mk2-All.zip - cant find edit button Oo

the-jack 2011-05-06 16:06

Interesting concept.

I personally think that any game with char-by-char reading definitely needs a "skip the typing and show me all at once" unless it's somehow tied to the game dynamic.

Also it seemed to want to crash while waiting for the text to finish, but recovered when I could press space.

erik 2011-05-08 22:00

The game physics for falling are really strange.

elbowroom 2011-05-11 19:56

Hi,
It looks like it has the potential to be a cool platformer, the story sounds funny & interesting.
However, I think it could have used more testing on Win, it is very hard to play. . .
(it moves very slowly)

Also , it does not seem to want to let me press two keys in the same time.. I can only jump or move forward..

Hope to see you next LD with a more complete entry.