This repository involves the report, code and other correspoding files of the coursework1 of Group #33 of "F29AI-Artifial Intelligence" in Heriot-Watt Univerisity.
src/
├── Part1/
│ ├── css_styles/ # GUI panel format
│ │ ├── button_style.qss
│ │ └── ...
│ ├── puzzle_test/ # Preload CSV test
│ │ ├── test1.csv
│ │ └── ...
│ ├── sudoku_solver.py # (backend) Sudoku kernal
│ ├── sudoku_gui.py # (frontend) Sudoku GUI interface
│ └── utils.py # Cross Tools
│
└── Part2/
├── PartA&B/ # Modeling the domain and problems
│ ├── domain1.pddl
│ ├── mission1.pddl
│ └── mission2.pddl
└── PartC/ # Extension
├── domain2.pddl
└── mission3.pddl
For the complete video recording, please refer to Microsoft Team.