FoonLudum Dare ExplorerUsers → irl

irl

Games

YearLDThemeGameDivisionRankOvFuInThGrAuHuMoCmCo
201328You Only Get OneDinner with a snowmancompo
20132710 SecondsTen Second Ballscompo11881.881.691.751.881.311.8728
201225You are the VillainEscapecompo7012.251.982.552.132.101.061.411.68
201224EvolutionLa Cucinacompo17
201122AloneKitten's Missionscompo7011.331.601.57

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 irl

LD24 — Evolution

Super Evolver Boy: Turbo SD by BenW 2012-08-28T04:00:00

Great game. Really fun. Sound effects could have been more varied, but other than that I can't really find any faults. Also fits well with the theme.

Modula by The Jahn 2012-08-28T03:37:00

Interesting feedback mechanism for generating enemies. I could see the enemies I found most difficult then re-appearing with slight mutations. Very cool and in with the theme. Graphics and audio suited the arcade style you were aiming for really well.

Literally; Earth Shaping by adventureloop 2012-08-28T03:29:00

Good graphics, except for the "life stages" which could have been cleaner. Couldn't work out really how to influence things, maybe the tutorial could have been more friendly. Random solar system generation was a nice idea over static levels.

La Cucina by irl 2012-08-28T04:04:00

@adventureloop: The JS/Linux version is currently the old version from 5AM on Saturday, not the latest version as there's a pretty serious bug in the latest version that prevents the location on the screen matching up with the location in the code. This isn't present in the 64-bit Linux package. I'm also working on a port to Windows (bundling the Cygwin DLL). The reason it was slow is that the JS/Linux version is running Linux in your web browser to support the game. You shouldn't really be expecting 60 FPS in there. Thanks for trying my game.

La Cucina by irl 2012-08-28T04:05:00

Ooops. I meant 5AM Sunday. I didn't make that in 3 hours...

LD27 — 10 Seconds

Frantic by Joritan Cety 2013-08-26T15:19:00

Excellent game. Did the first few levels OK but then ran into trouble beating the four-in-a-row. It seems I was dying too easily. Loved the sword swing animation and sound effects.

Fast delivery by stenol 2013-08-26T17:07:00

Crashed on startup for me too. Possibly missing some libraries. There wasn't really an error message given.

Ten Second Clone by Dream Of Sleeping 2013-08-26T15:26:00

Great use of the theme. Good fun too. Only problem I can see with the gameplay is that if you time it right and stand still, it's very easy to get lots of kills with no effort. Maybe the clones should spawn at random locations and wrap around when ghosting?

I'll take it down.... Or just forget that this was ever created. by GamehubDev 2013-08-26T15:10:00

Pretty good for 20 minutes, although couldn't really work out the goal.

Starship Physics by cwkx 2013-08-26T16:26:00

Brilliant game. Rather enjoyed it. Seems I got carried away with it actually. After an hour though, it became clear quite quickly that there was no way to lose once I'd got my solid laser ship. Even on my quad core machine, things started to get a bit flaky dealing with all the particles when I fired.

Back for Seconds by RobotParking 2013-08-26T15:14:00

Interesting but awful colour scheme that hurt my eyes. Couldn't get very far so not sure how well it fit with the theme. Good to see something that's not your typical game.

Chrono Defense by Cardanis 2013-08-26T17:25:00

Couldn't get past the first level, but seemed quite fun. An interesting approach to the theme.

10 Second Runny Guy by tarsir 2013-08-26T17:15:00

Quite fun, although button bashing doesn't really make for anything really engaging. Thought the artwork was damn good. Well done on your first entry.

Fragment by lesterpig 2013-08-26T17:26:00

Could do with a warning a bit before the world changes. Most times it would change and there was literally nothing I could do but die. Saying that, has the potential to be very fun. Great graphics and great approach to the theme.

Ten Second Balls by irl 2013-08-26T16:27:00

On Linux:

sudo apt-get install python27 python-pygame python-pip
sudo pip install pymunk
git clone https://github.com/irl/ten-second-balls.git
cd ten-second-balls
python main.py

I'll look into building a Windows exe just now.

Ten Second Balls by irl 2013-08-26T17:03:00

Ok, a Windows version is now available. I've only just built it and I've never built one before so if someone could tell me if it worked, that'd be great.

Ten Second Balls by irl 2013-08-26T17:29:00

Annoyingly, it seems that the pymunk API has just changed. If you get the draw_space error, replace the two instances of "draw_space" in universe.py with "draw" instead. There's not really much I can do about it as either way it's going to be broken for people.