A Unity project for creating and exploring a 3D maze with the following features:
- Procedural maze generator with Recursive BackTracking Algorithm
- Player control system for maze navigation
- Audio manager for sound effects and music
- Two scenes: Main Menu (useless) and Maze Demo Stylized dungeon visual assets and RPG icons
-MazeGenerator.cs – Logic for maze generation -PlayerController.cs – Player movement controls -AudioManager.cs – Audio management system -PlayerController_UI.cs – Player control interface
-TextMesh Pro for UI text -Hand-painted style dungeon assets -Sound effects and background music -RPG item icons (including a silver key)
- Clone this repository
- Open it in Unity 2021.3 or newer
- Run the Demo scene to get started
- Unity 2021.3+
- TextMesh Pro (already included)
Pull requests are welcome. For major changes, please open an issue first.
MIT