Design and implementation of the A* search algorithm to solve the 15-tile sliding puzzle, incorporating a consistent and admissible heuristic.
-
Updated
Oct 2, 2025 - Python
Design and implementation of the A* search algorithm to solve the 15-tile sliding puzzle, incorporating a consistent and admissible heuristic.
Mini desktop arcade built with Python Tkinter featuring six mini games
An interactive 4x4 sliding puzzle solver built in Python. Uses the A* search algorithm with Manhattan heuristic to find optimal solutions. Great for learning pathfinding algorithms and AI concepts.
A collection of small python games made by me using pygame and tkinter libraries
Solve a sliding 15-puzzle using different search strategies.
Tkinter applications contains a collection of Python projects based on the Tkinter library. It includes a multifunctional watch, a personal agenda, a scientific calculator, and many other useful applications.
Sliding game Puzzle 15, with bot for auto solving, that uses the IDA* algorithm
Simple BFS search to solve N-Puzzle Problem
15-Puzzle Solver Program Implemented Using Branch and Bound Algortithm
A python program to solve 15-puzzles using branch and bound algorithm.
My n-puzzle solver: A* and IDA* search, heuristics, different puzzle configurations and sizes
8 puzzle and 15 puzzle game using Backtracking algorithm
4x4 15 piece sliding puzzle solution using A* and IDA* algorithms (Python implementation)
A 16-puzzle solver with graph search algorithms
This project solves a 15 puzzle board from an input file using A star graph search
Greedy Algorithm (AI)
Naive and A* implementation of the classic 15-puzzle in python.
Solve 15-puzzle (Game of 15)
Add a description, image, and links to the 15-puzzle topic page so that developers can more easily learn about it.
To associate your repository with the 15-puzzle topic, visit your repo's landing page and select "manage topics."