sabertoaster / Maze_Solver

Final project CSC10002
MIT License
2 stars 0 forks source link
application maze-game oop-principles python

MazeSolver

This is the repo for my assignment in the 2nd semester of VNU - Unviversity of Science

Video demo of the project

Participants:

Advisor: MR. Nguyen Tran Duy Minh & Le Thanh Tung


Leader: Mai Duc Minh Huy
Visualize and Concept Writer: Nguyen Thien An and Mai Duc Minh Huy
Mechanic Developer: Huynh Trung Kiet and Le Hoang Minh Huy
Report Writer: Nguyen Ngoc Khoa

Requirements:

Key Features:

Future Updates:

Project Hiearchy

MAZE_SOLVER
|   README.md
|   requirements.txt
|   runner.py
|
+---Resources
|   |
|   +---animation
|   |
|   +---file
|   |
|   +---fonts
|
+---Algorithms
|      Algorithms.py
|      MazeGeneration.py
|
+---LEGACY
|
\---Visualize