Sokoban Solver, AI Assignment 1 for COMP3702, Semester 2 2019, University of Queensland
Note: src/support contains support code provided by the course.
- A* Search
- Uniform Cost Search
Defined by spec: python ProgramName.py inputFileName outputFileName
Where inputFile and outputFile are text files depicting a Sokoban map. See /testcases for text of Sokoban maps.
As we are limited in representation, the following symbols are used:
#: Walls
P: Player
T: Target
B: Box