Hi, I thought it would be cool to see more maze games so I made an example with Phaser: http://www.patricko.byethost9.com/testproj/index2.html It uses the Depth-first search algorithm. I found numerous examples of its implementation here: http://rosettacode.org/wiki/Maze_generation#JavaScript There are several other maze generation algorithms, but 'depth-first' is the most commonly used for games. I kept the example basic but did implement it with Phaser tiles. I'm pretty sure there is potential to do some cool stuff on top of the maze using the Phaser tiles functionality.