Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

When you select a house, the UI panel on the left tells you what it is going to do (rest, tend grass, tend trees, create medicine, etc.). No visual indicator yet, but I'd like to get that in for the next update. Which parts did you find ran slow? Although you're absolutely right, parts of the code definitely need to be rewritten to be performant, I imagine Unity's Garbage Collector is working basically constantly.

Thanks for playing, and thanks for the feedback!

(+1)

Yes, some sort of indicator would definitely be useful. I think it has potential. The main game play works well, and if the tiles are different every time you start there's some good replay value there. It was slow basically when I tried moving the map around, and when I clicked on trees or houses it took a little longer than it should for the UI for that item to pop up. I'm sure that could eventually be fixed with optimizations.