Skip to content

Quinten/phaser3-maze-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phaser 3 maze demo

procedural generated maze in Phaser 3

Based on the generate-maze npm package, which in turn is based on Eller's algorithm.

See also https://github.com/Quinten/phaser3-dungeon-demo for a different algorithm and npm package.

Demo

Play a demo here: https://quinten.github.io/phaser3-maze-demo/

Blogpost

Read more details in the blogpost here: https://supernapie.com/blog/procedural-generated-maze-in-phaser-3

Running the code

1. Install dependencies

npm install

2. Local development

npm start

3. Build package

npm run build

4. Push pub folder to gh-pages

git subtree push --prefix pub/ origin gh-pages

License

MIT

Releases

No releases published

Packages

No packages published