项目组合项目描述:
我在OSU的CS325课程的投资组合项目。
对于algorithm.py,具有用于检查输入是否可解的代码。 对于game_gui.py,它将使用pygame构建一个8拼图游戏版本。
运行程序:
To run the module I used python 3.8:
- pip install python3
I also used a virtual environment to keep track of all the python versions i
N拼图
艾丹·沙利文(Aidan Sullivan)
解决n难题的Python程序
请参阅: : 拼图的大小为n * n
用法
Solve N-puzzles
positional arguments:
Puzzle text file to be solved
optional arguments:
-h, --help show this help message and exit
-d HEURISTIC, --heuristic