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

https://github.com/luckylooke/phaser-islandjs-plugin

Phaser.io plugin for procedural generation and rendering island maps based on island.js (https://github.com/lebesnec/island.js)
https://github.com/luckylooke/phaser-islandjs-plugin

Last synced: 6 months ago
JSON representation

Phaser.io plugin for procedural generation and rendering island maps based on island.js (https://github.com/lebesnec/island.js)

Awesome Lists containing this project

README

          

# Phaser island.js plugin
Phaser.io plugin for procedural generation and rendering island maps based on island.js (https://github.com/lebesnec/island.js)

# What I have done
I mostly just refactor render functions to get rid of paper.js dependency (phaser framework has own rendering system). I also added seed as config parameter so you can get same islands by it. I have also created [modified version](https://gist.github.com/luckylooke/85b0aa072ad8e95f2cef) of [cellauto.js](https://sanojian.github.io/cellauto/) to support polygonal enviroment.

# Plans
Creating a game to show use of the plugin! :)

Collaboration welcomed!

#WEB with DEMO
[link: luckylooke.github.io/phaser-islandjs-plugin](http://luckylooke.github.io/phaser-islandjs-plugin)