FoonLudum Dare ExplorerUsers → leedo

leedo

Games

YearLDThemeGameDivisionRankOvFuInThGrAuHuMoCmCo
20132710 SecondsCandy Grab!compo11662.001.941.592.652.2528
201224EvolutionDisease EX {p,t} 3/1compo
201223Tiny WorldA Minecraftesque Adventure a`  la Roguecompo8502.101.842.353.002.471.502.1533
201122AloneNot Alonecompo4482.462.171.621.922.381.852.201.642.4344

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 leedo

LD22 — Alone

Follower by bobbobowitz 2012-01-06T16:26:00

I've wanted to ragequit 3 time on the first level. Then the nice music have stopped. After understanding that you can double jump and lot of luck, I've wipe the second level. Far more easier.
Then I've stopped at the third level. Hard jump + killing floor aren't good for the fun.

Mini Blue Box Boy by Mr. Wonko 2012-01-06T16:43:00

Maaaaaaaaaaaaan...
Why it's zipped with 7z ? and why I get ton of folder when I un7zip it ?

wow, it's fun :3
take a few second to understand how slowly you fall, and how far you can jump.
Physics ! you can push these box *_* put them in lava *_* Too bad they don't burn after some times.
Ho, too bad, it's already the end. But it's lot of fun. thank a lot o/

Alone in Red-F Labs by Sempai 2012-01-06T16:51:00

Same here, start up a few second and close without any comment on windows 7 64.
On archlinux, 32, the main seems to hang forever.

A Room of One's Own by Johnicholas 2012-01-06T17:23:00

Same comment about the windows size. my screen is only 1024*768, and I'm feeling I was missing a few thing.

Cosmic Whale by madbranch 2012-01-06T17:34:00

Maybe a view of the whale from the top would have been better.
But it's so much fun anyway :3

Incomplete Soul by wally2069 2012-01-08T09:42:00

Locking player and girl in the center of cell might help a lot with moving, and easier moving mean more fun 'cause your not frustrated and the game is more challenging.

A meaning for the gold coin could have been interesting too. An idea would have to count them to make a score, and to slow down the king depending of how many he coins he is carrying.

Shadow by FinalMirage 2012-01-08T10:07:00

I like the idea, and graphics are ok. I can't say if tiles are crap or good.

Alone- The search for home. by gavin5564 2012-01-08T10:34:00

I made it home \o/
The market system feel a bit dull. You start with 100, you can't make this amount go up. So the whole market would have been replaced with spatial gaz station, as blackhole surfer are pretty useless if you don't want to get lost, you don't get enough money for weapon upgrade and cargo expender are pretty useless.

Maybe simple rop/wreck salvaging and a final planet far far away would have make the market worthwhile.
And a four direction movement will help a lot for fighting.

Not Alone by leedo 2011-12-25T12:16:00

About firefox, I've found that flashblock kill the game. Unblocking the redish piece of flash should help.

Varon Sector by kotrenn 2012-01-07T09:26:00

control aren't the best, as on azerty keyboard, the z isn't as the same place as on qwerty. Spend a good minute just to understand how to shoot. And shooting isn't the best so far. AIming with a big red cross imply some sort of missile moving on his own.

I'm not sure if missile moving in direction of bad guys would be really harder. Replacing code to detect in what sector is the bad guys with the x and y distance, and scale them to get how many pixel bullet travel each frame would have been a bit more complex, but probably not that slow, and difficulty greatly reduced.

Alone in the universe by ddr2 2012-01-07T09:28:00

chrome is telling me the connection is down.
if there only static content like flash or javascript, maybe hosting it on dropbox would have been a better idea.

Wait up guys by pushpork 2012-01-07T09:35:00

No way I download a game made of html, selling the same thing under windows and linux label.

Need help to publish it on the web ?
* get a dropbox -> http://db.tt/eieLWNp
* work in the public folder
* give us the public link of your index.html
* tada ! you get secured source, over easy version control, and space on the web.

A Lone Story by MemoryLeek 2012-01-07T09:54:00

great music, but awful death sound. easy is still hard, and I don't understand how you can possibly pass the 4th level.
And what ? flying building ? just after green hills ?

but well, nice graphics, nice music.

Blackout by phill99 2012-01-07T09:43:00

a "Windows & Source" link would have been better.
activating switch only when player's feet are touching them would habe been a bit more intuitive.

But overall, the game run smoothly. I'm still wondering where is the fun, all the black screen have lost me a lot, but whatever.

Downtown Nazi Mission by HarryTorry 2012-01-07T10:05:00

control doesn't work on qwerty, which is what german and french use.

graphics are crap, but the game is still enjoyable.

LD23 — Tiny World

ANT SURF HERO: THE SURFENING by JigxorAndy 2012-04-23T08:31:00

76,840 with 47 star \o/
the surfing hero is surfing a bit too much from my point of view. Like if he was walking on ice. But this doesn't realy affect the overall experience.

The end is funny, and introduce the theme in another way.

Nature Wisp by Killswitch 2012-05-12T18:06:00

Checkpoint would make thing a lot better. Dying while following the red thingies is "bad" I think, but it's part of the patience thing.

LD27 — 10 Seconds

Ten Seconds To Home by MrSecretUnlock 2013-08-26T12:38:00

I wonder if it would have been doable with twine

Nonzero by koller-digital 2013-08-26T07:48:00

I stopped playing when the game asked me something about card worth 50.

The gameplay is original and the tutorial is well though, but there is a lot of little thing to discover which aren't obvious.

Candy Grab! by leedo 2013-08-26T15:39:00

it cost me only 4 more bit :)
I use protoype.js, which add a .toPaddedString(length, base) method to number. time.toPaddedString(4) would have printed the number of milliseconds in base 10. time.toPaddesString(4, 16) print it as hexadecimal.

I thought it would be cooler :p

Candy Grab! by leedo 2013-08-27T20:13:00

The plan was to add a multiplayer variant. After the first round, if websocket is loaded, the game ask the server for a room. Up to five should have been able to share a room and would have competed for candies.

js/multi.js and srv/server.js in the source are the progress I made on this part. It's still on early stage.

Candy Grab! by leedo 2013-08-27T20:13:00

So the "looking for friends" is an indication that the game is looking for a room.

Stator Chronicle by Sergey Mohov 2013-08-26T10:34:00

It's really a nice game.
wind feel a bit buggy sometimes, but it work great.