Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.01 KB

File metadata and controls

36 lines (29 loc) · 1.01 KB

Unity Maze Generator

A Unity project for creating and exploring a 3D maze with the following features:

Main 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

Script Components

-MazeGenerator.cs – Logic for maze generation -PlayerController.cs – Player movement controls -AudioManager.cs – Audio management system -PlayerController_UI.cs – Player control interface

Assets Used

-TextMesh Pro for UI text -Hand-painted style dungeon assets -Sound effects and background music -RPG item icons (including a silver key)

How to Use

  • Clone this repository
  • Open it in Unity 2021.3 or newer
  • Run the Demo scene to get started

Requirements

  • Unity 2021.3+
  • TextMesh Pro (already included)

Contributions

Pull requests are welcome. For major changes, please open an issue first.

License

MIT