A simulation of a city using isometric tiles
Be sure to check out the demo here. The demo shows off city/road/terrain generation, and it random each time. You can use the arrow keys to navigate around.
-
Clone down the repository and navigate to it
-
npm install
-
bower install
-
grunt
-
Use MAMP or something similar to host the
dist
folder -
That's it!