Skip to content

A rust program that generates and visualizes a random maze .

Notifications You must be signed in to change notification settings

muneeb-i-khan/Maze-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze-Generator

This is a Maze Generator implemented in Rust using the SDL2 library for graphics and DFS for generating the maze.

Getting Started

Prerequisites

  • Rust compiler and Cargo package manager installed. You can download them here.
  • SDL2 development libraries installed.

Installing

  1. Clone the repository to your local machine:
git clone https://github.com/muneeb-i-khan/Maze-Generator.git
cd Maze-Generator
  1. Build and run the game:
cargo run

Feel free to contribute and improve the code!

About

A rust program that generates and visualizes a random maze .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages