~Generate random mazes that can be exported directly to the Bitsy game maker ~

This is a simple one-page web app that generates random mazes and code for the Bitsy game maker so that these mazes can be directly copy-n-pasted to Bitsy. 

Why? Maybe you want to have a maze as part of your game, then this gives you a place to start! Or maybe you just like to play autogenerated maze games...

Here is an example of a 2x2 maze game generated by the maze generator: https://rabaath.itch.io/procedurally-generated-2x2-bitsy-maze

An example of a 2x2 maze game generated by the maze generator

The maze generator uses a modified version of the Growing Tree algorithm which you can read more about here. The source code is available here.

Leave a comment

Log in with itch.io to leave a comment.