GoldenQubicle / CityGenerator

Procedural city generation in 2d using javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

City Generator

Trying my hand at procedural generation, inspired by the likes of watawatabou and Dragons Abound. Needless to say it nowhere near as fancy or pretty. Here's the generation process visualized, typically it just iterates and renders the end state.

Most of the settings can be configured via json. Parameter values can be made to change while the generation process chugs along to allow for variation.

The project is made with;

To see the project in action and play around;

About

Procedural city generation in 2d using javascript

License:GNU General Public License v3.0