Skip to content

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

Notifications You must be signed in to change notification settings

mateusememe/8-puzzle

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages