I can’t enter LD26 but, rather than complaining and doing nothing about this travesty of priority, I’ve done my own little LD in my evenings. An hour here and an hour there and, after about 2 days worth, this is how far I got with my city-building game (video):

Now I must press on and make a proper full game of this! Its a big project, of course…
I ask for your help! How would you simulate a city, at a very deep technical algorithmic level?
I’ve played around with a “priority flood fill” so that, from each zone of a type, it fills outwards over neighbouring tiles using its score as the priority. There’s a cost lookup by tile type so residential influence travels further along roads, for example.
This is very pretty and its neat but is it useful? Will a large building with a high score ‘drown out’ nearby low-scoring buildings? Will the influence of a high score building cause it to reach lots of target zones – e.g. residential finding industrial – quickly, meaning it sates the needs of far-off target zones at the cost of nearer but not-yet-high-score zones? Will it mean a concentration of score? Will it be intuitive?
What ways can you think of of actually computing, each sim step, if a zone should increase or decrease score?