Recursive Backtracking maze

Rating: 
5
Your rating: None Average: 5 (1 vote)

Procedurally generated maze using Recursive Backtracking algorithm by Trystan (see Readme.md for details) forked and turned into a game

 

This app requires löve runtime, make sure you install it first.

Controls: use the virtual thumbstick to move and press the action button to create a new maze.

v0.2-1 adds: Increased screen resolution

v0.3 adds:

  • 3D Engine – Explore the maze in full 3D.
  • Performance Mode – Enabled by default to optimize speed and reduce stuttering, especially on ARM devices.

    Note: Disabling performance mode increases the rendering view from the player’s perspective, but may cause stuttering and rendering issues, as it is not fully optimized for ARM processors.

Screenshots: 

Category:

Keywords:

Application versions: 
AttachmentSizeDate
File recursive-backtracking-maze-game-0.1-1.noarch.rpm199.89 KB11/04/2024 - 16:15
File recursive-backtracking-maze-game-0.2-1.noarch.rpm298.85 KB09/05/2024 - 09:32
File recursive-backtracking-maze-game-0.3-1.noarch.rpm8.94 MB05/04/2026 - 15:32
Changelog: 

v0.3 adds:

  • 3D Engine – Explore the maze in full 3D.
  • Performance Mode – Enabled by default to optimize speed and reduce stuttering, especially on ARM devices.

    Note: Disabling performance mode increases the rendering view from the player’s perspective, but may cause stuttering and rendering issues, as it is not fully optimized for ARM processors.