Maze generator

Template for maze generation using recursive backtracker

Try in Arcade!

Template for maze generation using recursive backtracker

Try in Arcade!
  • $10 USD

    Royalty Free use in unlimited commercial greater creative works.

Add to Basket
Shield

Buy With Confidence

If an asset is not as described or doesn't function properly, and the author doesn't resolve the issue for you - we will refund 100% of the cost of the asset.

Full refund policy

Releases

  • 1.2

    Released: 27 Feb, 2023

    Two new algorith implemented: Prim's and Kruskal's

  • 1.1

    Released: 20 Feb, 2023

    Now you can create rooms of different (random) sizes

  • 1.0

    Released: 15 Feb, 2023

Files Included with this Asset

File Preview

Reviews Overview

  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

This is template for maze generation. It use recursive backtracker algorithm.

Thanks to it, you can generate many different mazes or dungeons built on the basis of a maze.

Here are a few reasons why it's a great algorithm for creating mazes:

  • Randomness: The algorithm generates mazes with a high degree of randomness, which means that the resulting mazes are always unique and unpredictable. This makes them more interesting and engaging for players or users.
  • Complexity: The algorithm generates mazes with a good balance of complexity and simplicity. The mazes are complex enough to be challenging, but not so complex that they become overwhelming or impossible to solve.
  • Flexibility: The algorithm can be easily modified to produce different types of mazes. For example, you can add constraints to the algorithm to create mazes with specific features, such as dead ends or loops.
  • Efficiency: The recursive backtracker algorithm is very efficient and can create mazes quickly, even for very large sizes. This makes it a good choice for generating mazes in real-time applications, such as games or simulations.

Overall, the recursive backtracker algorithm is a great choice for generating mazes because it strikes a good balance between efficiency, randomness, complexity, and flexibility.

The settings displayed above the maze are for testing purposes only. If you want to set the values ​​in a real game you should do it in the event sheet, its very easy.

No 3rd party addons

  • License
  • Compatibility
    Construct 3
  • Files
    1
  • Download Size
    0.96MB
  • Latest Version
    1.2
  • Latest Release Date
    27 Feb, 2023

Frequently Bought Together With

Other customers also purchased these items with Maze generator