TINY PACK by xk_the_name 2024-10-09T09:28:40Z
Very addictive and nice design. Overall is great!
Foon → Ludum Dare Explorer → Users → taotang
| Year | LD | Theme | Game | Division | Rank | Ov | Fu | In | Th | Gr | Au | Hu | Mo | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2024 | 56 | Tiny Creatures | Mr. Ant | compo | 3.35 | 3.50 | 3.64 | 3.64 | 3.57 | 3.14 | 2.60 | 3.00 |
Very addictive and nice design. Overall is great!
Really like this game. The art and control is awesome. Good work!
Really like the level design. Brilliant idea.
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.
@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.