Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks for the excellent comment!


There are some changes I felt we needed when playing the game but I ended up not writing them up and not adding them specially since I was super tired but I'll get to it eventually. And you're not dumb, I forgot to add a message to direct the player.

You beat the game at turn 14,  March 1827. Did the game crash? Did it show an error message? If your decision made a resource go negative that is a game over and you have to restart tho.

I didn't understand the UI bug tho, that one is new to me. Did it freeze? Dir it overwrite number on top of each other?

The selection conflict is probably because the system tracks the tile you're hovering not necessarily the building. Since some buildings can overshadow a different tile you might get a selection different from what you wanted. At least that's my best guess.

(1 edit)

I replicated the UI bug in question. This occurs after I select the concert hall on the board, and then select a new building from the building picker. As you can see, the prod/con vals for the new building are written underneath the existing values for the concert hall. Perhaps because the UI prompt comes from two separate systems (board vs. resource picker), it does not know to close the first one out when it receives new data from the second? If this is the case, I would recommend that the UI element be activated using an event-based system, so that it isn't directly instructed to display from the on-board objects or building menu. IDK your architecture though so that's just a guess.

As for the day progression bug, I believe the game crashed after making a decision around day 6 or 7 (it was related to meeting teachers or something) - I did not receive the standard 'game failed' message, the .exe just terminated. I can't replicate this though, sorry I don't have the actual details.

Yeah that's probably it! Excellent catch, thank you very much.


Hum... the game crashed... I'm not sure what happened then... I guess I need more QA