Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snollygolly/isocitysim

:city_sunrise: A simulation of a city using isometric tiles
https://github.com/snollygolly/isocitysim

concepts game isometric-tiles phaser simulation

Last synced: about 1 month ago
JSON representation

:city_sunrise: A simulation of a city using isometric tiles

Awesome Lists containing this project

README

        

![IsoCitySim](https://cloud.githubusercontent.com/assets/4993074/12214387/a0745866-b657-11e5-8475-204f5e48c843.jpg)

# IsoCitySim
A simulation of a city using isometric tiles

## Demo
Be sure to check out the demo [here](http://snollygolly.github.io/IsoCitySim/). 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!