Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briwa/isoisoiso
Playing around with isometric tiled map on Phaser
https://github.com/briwa/isoisoiso
game isometric javascript pathfinding phaser
Last synced: about 1 month ago
JSON representation
Playing around with isometric tiled map on Phaser
- Host: GitHub
- URL: https://github.com/briwa/isoisoiso
- Owner: briwa
- License: mit
- Created: 2017-04-10T14:43:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T01:11:57.000Z (over 6 years ago)
- Last Synced: 2024-11-08T09:39:27.950Z (3 months ago)
- Topics: game, isometric, javascript, pathfinding, phaser
- Language: TypeScript
- Homepage: https://briwa.github.io/isoisoiso
- Size: 2.21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Isometric map with PhaserJS
A simple demo on how to make game using [Phaser](https://www.phaser.io) in an isometric layout with [Phaser Isometric Plugin](http://rotates.org/phaser/iso/). Pathfinding is made available using [pathfinding.js](https://github.com/qiao/PathFinding.js/).
## How to run locally
```bash
npm run dev
```## How to build
```bash
npm run build
```## Assets sources
- [https://opengameart.org/content/isometric-people](https://opengameart.org/content/isometric-people)
- [http://www.pixeljoint.com/pixelart/66809.htm](http://www.pixeljoint.com/pixelart/66809.htm)## Disclaimer
For educational purposes only