Skip to content

Mohsen-Arzanii/8-Puzzle-solver

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published