Eight Puzzle

8-puzzle-solver with UCS, ILS, IDA* algorithm

pre-usage

requirements

  • python3
  • python3-pip
  • virtualenv

prepare enviroment

virtualenv -p python3 .venv
source .venv/bin/activate
pip install -r requirements.txt

usage

python app.py # or flask run

open the URL up in your web browser

GitHub

GitHub - Mohsen-Arzanii/8-Puzzle-solver: 8-puzzle-solver with UCS, ILS, IDA* algorithm
8-puzzle-solver with UCS, ILS, IDA* algorithm. Contribute to Mohsen-Arzanii/8-Puzzle-solver development by creating an account on GitHub.