puzzle15ai

Puzzle15 AI solver with A* search algorithm


Keywords
a-star, puzzle15, python, qt
License
GPL-3.0
Install
pip install puzzle15ai==0.1.14

Documentation

Puzzle15AI

Python package Python application

Puzzle15 AI solver with A* search algorithm, written with the Qt library using Python.

screenshot

Installation

For install the package you can run this command

pip3 install puzzle15ai

Usage

For inference you can run this command

puzzle15ai

If you want to run the game from source code, run this command:

python main.py

If you made some changes in the mainwindow.ui file, you need to run the following command:

pyside6-uic mainwindow.ui -o ui_mainwindow.py

You must run pyside6-uic again every time you make changes to the UI file.