Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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