FoonLudum Dare ExplorerUsers → SomeGreenGoo

SomeGreenGoo

Games

YearLDThemeGameDivisionRankOvFuInThGrAuHuMoCo
201430Connected WorldsLudum dare entry #1compo9122.832.483.193.001.762.002.162.2955

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

Mood vs Overall

Comments by SomeGreenGoo

LD30 — Connected Worlds

Frontier by crezefire 2014-08-25T13:27:00

When I try to open the downloaded ZIP file in windows explorer I get the message "The compressed folder is invalid".

Ludum dare entry #1 by SomeGreenGoo 2014-08-25T15:44:00

Yeah. World 1 spawns sticks and rocks, while world 2 spawns glowing rocks and rocks.
The potion is spawned when enemies are killed (1/7 chance of spawning).

Glad you like it :)

Ludum dare entry #1 by SomeGreenGoo 2014-09-10T18:43:00

@thecolorhacker - Thanks for finding the bug. I have uploaded a fix for the problem, which I think is within the rules. Not sure how much it matters. Glad people enjoy my little creation. :)
The problem was quite simple really. I use 4 boolean variables to store which direction the player should move in which are set to true when the corresponding key is pressed, false if it is released. When h is pressed the game state changes and it is not checked if arrowkeys are released, and the direction therefore is stuck.