This is coursework project for ENPM661: Planning for Autonomous Robots to solve an eight puzzle problem using Breadth First Search method.
- Python3
- Numpy
- Time
- Copy
- Random (Not mandatory)
Open folder and change the directory in the terminal. Type the following in the terminal.
python3 8_puzzle_backtracing.py
For visualization of the output text file, type the following.
python3 plot_path.py