- π 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: