Skip to content

Project-Maze-SDL/SDL-Maze-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Maze Solver Project

An interactive maze-solving program built using C++, enhanced with GUI using SDL Graphics Library and random maze generation using Depth First Search (DFS). This project demonstrates pathfinding algorithms using DFS and Backtracking algorithm in a visually engaging way.


Screenshot

maze maze2

Preview

mazevideo.mp4

Features

-- Graphical User Interface (GUI): Visual representation of the maze and the solution path. ( SDL Library )
-- Pathfinding Algorithm: Automatically finds a path through the maze. ( DFS and Backtracking )
-- Random Maze Generation: A new maze is generated every time the program runs. ( DFS )
-- Cross-platform: Works on Linux, macOS, and Windows.


Dependencies

To build and run the project, you need the following:


About

A Maze Game develeoped with SDL2 Library in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors