The language is in python3. The project is created for CS152 final.
Type
$ pip3 install -r requirement.txt
$ python3 main.pyoutside to start the program.
Methodology: DFS + Alpha Beta Pruning.
Todolist:
- Add difficulty settings.
- Add player (AI/Human) settings.
- (Optional) Add extra background images.
Done:
- Migrated the project to python3.