Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Cute game! It reminds me of a prototype city builder/gardening game I was playing around with.

Some notes on your current stuff:

  • It's difficult to get a ground panel going the correct way I want. I'll be trying to close in a shape but it'll keep wanting to go the other direction of what I need
  • Having to close in shapes is boring. You should let players build whatever they want, might work well with village behavior once it gets more complex
  • I noticed almost all my villagers were pathing to the same two trees, even ones spawned from far away villages
  • Auto-collection of materials would be nice. That and you should enable 'Run in Background' under 'Edit->Project Settings->Player' so I can alt tab and still get materials.

Thanks for the feedback, I've already been addressing almost all of these points. You can rightclick in build mode to switch between the possible panel orientations but I've noticed people still struggling with it, so I'm planning on adding some AI that can predict where you would want to build you next panel. I've been also thinking about ways to encourage building unorthodox shapes - I might drop the "build a complete solid to get access to resources" completely and think of other ways how building styles affect the growth and behavior of the population.

The villagers are all running for the same faraway tree because they don't consider walking distance and other villagers already occupying the space - basically lazy AI. I have some plans on how to make it more organic, including a revamped resource system not tied to the player, but to the buildings instead. Thanks for the tip about enabling run in background, I very much want it to be a game you can have going in the back so that will be important.