Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/snollygolly/isocitysim
- Owner: snollygolly
- Created: 2015-03-17T04:01:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T23:20:52.000Z (almost 7 years ago)
- Last Synced: 2024-10-10T15:05:01.378Z (about 1 month ago)
- Topics: concepts, game, isometric-tiles, phaser, simulation
- Language: JavaScript
- Homepage: http://snollygolly.github.io/IsoCitySim/
- Size: 3.99 MB
- Stars: 118
- Watchers: 9
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!