mateusememe / 8-puzzle

Using heuristic search Best-First and A* with BFS (with manhatan distance) methods to solve 8-puzzle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

8 Puzzle

⚙️ Configuration

Installation

To install the dependencies, use the command below in your shell.

 pip install pygame -U
 pip install pygame_gui -U

▶️ How to execute

Run the main.py file using the command below to run the project.

   python main.py

⚒️ Build

To build an executable you will need the cx_Freeze library. To install run the command below in your shell.

 pip install cx_Freeze -U

And to build use this command

 C:/Python34/python setup.py build

Go to the \build\exe.win-amd64-3.8 or similar and execute main.exe

✨ Contributors


Vinicius Santana


Mateus Mendonça

📝 Licence

Este projeto esta sobe a licença Apache.

About

Using heuristic search Best-First and A* with BFS (with manhatan distance) methods to solve 8-puzzle


Languages

Language:Python 100.0%