FoonLudum Dare ExplorerUsers → Frigolit

Frigolit

Games

YearLDThemeGameDivisionRankOvFuInThGrHuMoCo
201326MinimalismMiniacompo1003.784.042.443.353.742.883.2044

Performance over time

overall score (left axis) percentile (right axis)

Scatterplots

Fun vs Overall

Innovation vs Overall

Theme vs Overall

Graphics vs Overall

Humor vs Overall

Mood vs Overall

Comments by Frigolit

LD26 — Minimalism

BBB&B by Roupette 2013-05-19T10:53:00

Got a 382. Cute little game, the style matches the theme perfectly. Keep up the good work!

Join by Perry 2013-04-29T11:03:00

Very nice game, well done!

Minimalist TD by Gama11 2013-04-29T07:28:00

Simple and cute little TD. Seemed quite balanced as well during the time I played it. Thumbs up!

Minia by Frigolit 2013-04-28T18:51:00

Thank you! It's quite simple actually, i have a function called explode_tile_chain(x, y) which triggers a chain reaction of tile explosions, which just removes the tile, spawns particles and sets a timer for triggering explode_tile_chain(...) on the nearby tiles.
You can search for "explode_tile_chain" in the source code at http://frigolit.net/compo/ld26/game/main.js for details. Sorry about the horribly uncommented code though >_<

Minia by Frigolit 2013-05-01T15:16:00

Thanks for the comments everyone!
The fuzziness/interpolation/antialiasing, which is indeed caused by the upscaling, I thought wasn't possible to disable at first and it isn't possible in Chrome, but in Firefox it is and I've fixed it in git (playable at http://frigolit.net/projects/minia/game), so when Chrome gets support for it it should work in that as well.
I didn't want to fix it in the LD-version since it changes how the game looks and could potentially be seen as breaking the rules.

Minia by Frigolit 2013-05-18T10:32:00

It should resize to the screen but it shouldn't get blurry, which has been fixed in the post-LD version (except in Chrome).
I regret not adding sound as well, would've done a lot for the game.

Thanks for the feedback! And nope, I haven't beaten your game yet :)

Polymorph by Crazi456 2013-04-29T07:37:00

Pretty difficult but interesting game, I like the idea. The narration is a nice addition.

Minimalia by eCustic 2013-05-14T10:44:00

Love the graphics. Player control and collisions are a bit weird.
Playable in Linux using the following command:
java -cp lib -Djava.library.path="lib/natives/linux" -jar lib/Minimalia.jar dk.ecustic.Minimalia.Launcher

Platform Jumper by attagcatc 2013-05-19T10:45:00

Minimalistic in two ways really, simple game and no actual computer required if you were to build it as an actual circuit (although it might need some tweaks to work in reality).
As an electronics hobbyist I find this especially interesting (and amusing), keep up the very good work! :D

Natural by Oye Beto 2013-05-14T10:47:00

I love this! Simple, fun and somewhat difficult. Thumbs up!