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)
- Host: GitHub
- URL: https://github.com/luckylooke/phaser-islandjs-plugin
- Owner: luckylooke
- License: mit
- Created: 2015-06-09T10:44:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-09T09:28:08.000Z (over 10 years ago)
- Last Synced: 2025-10-13T15:38:12.360Z (8 months ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 40
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-phaser - Islandjs - Phaser.io plugin for procedural generation and rendering island maps based on island.js (Uncategorized / Uncategorized)
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)