Algorithms for City Simulation?

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2010-04-09T15:56:18Z Indexed on 2010/04/09 16:03 UTC
Read the original article Hit count: 743

Filed under:

I want to create a city filled with virtual creatures.

Say like Sim City, where each creature walks around, doing it's own tasks.

I'd prefer the city to not 'explode' or do weird things -- like the population dies off, or the population leaves, or any other unexpected crap.

Is there a set of basic rules I can encode each agent with so that the city will be 'stable'? (Much like how for physics simulations, we have some basic rules that govern everything; is there a set of rules that governs how a simulation of a virtual city will be stable?)

I'm new to this area and have no idea what algorithms/books to look into. Insights deeply appreciated.

Thanks!

© Stack Overflow or respective owner

Related posts about city-simulation

  • Algorithms for City Simulation?

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I want to create a city filled with virtual creatures. Say like Sim City, where each creature walks around, doing it's own tasks. I'd prefer the city to not 'explode' or do weird things -- like the population dies off, or the population leaves, or any other unexpected crap. Is there a set of basic… >>> More