Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 610 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 610 Bytes

IsoCitySim

IsoCitySim

A simulation of a city using isometric tiles

Demo

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.

How to use IsoCitySim for fun and for profit

  1. Clone down the repository and navigate to it

  2. npm install

  3. bower install

  4. grunt

  5. Use MAMP or something similar to host the dist folder

  6. That's it!