- ๐ This project is a team project as a part of the
CPE112
Programming with Data Structure
, Computer Engineering, KMUTT - ๐ฏ The objective is to implement knowledge in data structures to create real-world applications that align with our interests.
- In this work, we're inspired by Pac-Man, which has a maze with only one absolute path. Therefore, we want to create an application to generate maze paths randomly.
- ๐๐ป Maze path generation using the Randomize Depth First Search Algorithm :
Randomized DFS
- ๐ง๐ปโ๐ป Implemented in
C programming
- ๐ฆ Data Structure:
- Graph Representation:
Adjacency List
- Randomized DFS:
Stack
- Graph Representation:
- ๐ค Additional Features
- simple User Interface (UI) using the concept of ASCII art
- Load and export maze data in
.txt
format
โ๐ป Access the project that has been deployed on Replit
- ๐จ๐ปโ๐ป Team members: