LuaMaze icon indicating copy to clipboard operation
LuaMaze copied to clipboard

Add TileLayout and cave generation

Open idbrii opened this issue 4 years ago • 0 comments

There are three parts to this PR:

  • cleanup
    • Maybe subjective, but the first few commits make the project easier to work with and fix some bugs.
  • Add AsTileLayout
    • This is useful for using the maze output in a game.
  • Add cave generation
    • Allows you to take the AsTileLayout grid and modify it to create caves from the maze. This part might be out of scope for LuaMaze, but I used it in a game I made recently and wanted to share.

idbrii avatar Jan 10 '22 01:01 idbrii