Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

Nice game! The art style is super cute (I liked the shepherd gnome with the little goat). I had a hard time at first because, being a developer, I didn't read the manual, so I didn't understand buildings have to be next to each other. I think that could be easier to understand if you somehow highlighted the tiles that are next to other buildings... but that might make the game too easy.

Dragging cards was super smooth, I always have a hard time implementing mouse input! Can I ask wether the cards and the little area where the cards are are controls or node2d? I'm curious.

 Anyway, I had fun! Good luck!

I think the only non-control nodes in the game are for particles. Getting the card motion right was a huge pain, happy to share some snippets if you're interested.

Sure! I spent quite a while just moving the card in and out of the hand to try to guess how you were doing it! Tweens / animations with controls can be quite a pain when you're trying to move or resize things without everything collapsing on you.