FoonLudum Dare ExplorerUsers → taotang

taotang

Games

YearLDThemeGameDivisionRankOvFuInThGrAuHuMo
202456Tiny CreaturesMr. Antcompo3.353.503.643.643.573.142.603.00

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 taotang

LD56 — Tiny Creatures

TINY PACK by xk_the_name 2024-10-09T09:28:40Z

Very addictive and nice design. Overall is great!

Microadventure by cagibi 2024-10-07T10:20:20Z

Really like this game. The art and control is awesome. Good work!

Colony by Arscene 2024-10-09T09:50:07Z

nice game. I used to play stackland a lot. It's my type of game.

Pusherfish by galactical 2024-10-07T11:01:09Z

Really like the level design. Brilliant idea.

Mr. Ant by taotang 2024-10-08T02:56:33Z

Hi @conradoclark, Thanks for your comment, I agree that the ability to past multiple steps is a nice thing to add. (I feel bored after playing for a while and I still have to click and move one step each turn)

About the map generation:

1.generate random points in an area.

2.conect each point to its closest point. Then calculate if it can reach to base point. If not, this point will connect to its closest point (not in its reachable points group) until it can reach to base.

I feel this approach may need to optimize since sometimes Unity freeze when clicking play button. It might lead to endless loop in the this generation process.

Mr. Ant by taotang 2024-10-09T10:35:09Z

@galactical Thanks! Haha, it is not your lack of skill. The level is generated randomly, and I don't have a solution yet to verify if it is possible to beat in later levels. :smile:

I probably should add more mechanics to make it possible in later level though. I think adding mechanics is easier than verifying the level.