created by Braydon Burn & Michael Blair
Robust Headgear is an artificial intelligence Sokoban Puzzle solver made in Python.
Required - Python3 and python3-tk
$ sudo apt install python 3
$ sudo apt install python3-tk
To see a GUI of the each warehouse
$ cd robust_headgear/Source/
$ python3 sokoban_gui.py
To solve a specific warehouse
$ cd robust_headgear/Source/
$ python3 mySokobanSolver.py warehouse_05.txt
You can change the warehouse to number to any warehouse defined in Source/warehouses