8_Puzzle
8 Puzzle with A* , Greedy & BFS Search in Python
π
How to run? Install 8_Puzzle
In Windows
In PowerShell
git clone https://github.com/I3L4CK-H4CK3l2/8_Puzzle.git
In Linux
In Terminal
git clone https://github.com/I3L4CK-H4CK3l2/8_Puzzle.git
Usage
In Windows
python searchs.py
In Linux
python3 searchs.py