Comments

Log in with itch.io to leave a comment.

Another DavidWu SoftDev banger! Love how simple and adorable this game is! Also love your menu screen! Its such a good composition! Also the attention to detail when you run out of time and you see the ice slowly creep upon the jailbird! So good!!

Game is really fun and the sprites are really cute and well made! There is one thing that i would like to point out. The birds can leave screen making it impossible to pick them up.

Thank you for playing!

The birds leaving the screen is part of the challenge. You need to be fast enough to prevent that or it's over.

I find myself yelling at birds in the snow. A simple and surprisingly entertaining conept. It can be a little bit difficult to tell exactly where you cursor is sometimes. 

I like the way they look when you pick them up.

I'm so upset... the one jailbird that got away :(

Cute game! Very simple but pretty fun. My strat was to stack them all next to the circle since they stay in place until placed in the grass and then just pile them all in as fast as I could lol

(+1)

That's a valid strat!

Just need to be careful to not take too long stacking or you risk running out of time! XD

Tip I found: Stack them on top of each other, it slows them down, but don't stack too many, around three.

lol game is hard i only able to save two birds for every levels 

>Unfortunately, I couldn't figure out how to make the game work properly on mobile. The touch (click) event seems to be happening before the touch position is updated, so instead of moving the hand to the touch position and picking up a new jailbird, the game picks up the last jailbird that was dropped before moving the hand to the touch position, which is not the desired behaviour and makes the game unplayable.

interesting... shouldn't the touch position will be selected inside the callback of the touch event? if you are using javascript? 

(+1)

Thanks for the comment.

Yeah, you're not supposed to save every bird, at least not in the later levels. Maybe 75% is closer to a realistic goal.

About the touch issue... I'm using godot and I have no clue how to separate the "position" from "click". If they happen at the same time, the game should work as is coded, as it first goes through the position update and after that does the jailbird detection function. However, what's actually happening is the jailbird detection seems to be happening first and that makes the game unplayable.

If I wasn't busy with other projects I'd probably spend a day or two trying different approaches to make it work, but for now I'll just leave it as is and well... only playable with mouse.