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: 2 months ago
JSON representation
:city_sunrise: A simulation of a city using isometric tiles
- Host: GitHub
- URL: https://github.com/snollygolly/isocitysim
- Owner: snollygolly
- Created: 2015-03-17T04:01:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T23:20:52.000Z (over 7 years ago)
- Last Synced: 2025-01-31T05:33:23.814Z (3 months ago)
- Topics: concepts, game, isometric-tiles, phaser, simulation
- Language: JavaScript
- Homepage: http://snollygolly.github.io/IsoCitySim/
- Size: 3.99 MB
- Stars: 119
- Watchers: 9
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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!