Descpritpion
This project solves the Taquin game (jeu de taquin) problem using different algorithms : A* (with 2 heuristic functions), BFS , DFS and DFS iterative
Requirements
- python 3.9
- Pipenv (install link)
Insctructions
Run the following commands to start the CLI application :
pipenv install
pipennv run python3 main.py
Must be in the root project directory in order to create a virtual environment and install dependencies