Implementation for A-star and BFS Algorithms to solve a NxN grid sliding puzzle problem.
-
Updated
Mar 18, 2018 - Python
Implementation for A-star and BFS Algorithms to solve a NxN grid sliding puzzle problem.
Sliding Puzzle solver and utilities
A python code for solving the sliding puzzle game
Sliding block/tile puzzle solver using multiple algorithms 🧩
Sliding Block Puzzle with A* Search
This repository contains implementations of algorithms used for solving various ai related problems
An interactive Sliding Puzzle game created using Python and OpenGL. This game hones the player's logic skills by arranging the image pieces into the correct order in a grid.
This repository contains solver to 8 Puzzle Problem using A* algorithm and manhattan distance as heuristics.
We explore the speed and optimality of algorithms to solve the sliding-puzzle game. We compare A*, BFS, greedy best-first search, and a custom human-based algorithm.
A sliding puzzle game with AI algorithm Implementations
A sliding puzzle made in the python language.
A python program that solves a 3x3 sliding number puzzle that is randomly generated.
A sliding puzzle implementation using Python Tkinter.
A sliding puzzle game developed using turtle graphics.
Sliding game played on your terminal with a built in bot that demonstrates to you step by step on how to complete the board
A sliding puzzle package for Python
I attempted to create a virtual version of the sliding puzzle game, by using Python. I also implemented 2 algorithms that can solve it.
Implementing Sliding Puzzle with DFS, BFS, and A* (with 3 heuristics) for the sliding puzzle game
Add a description, image, and links to the sliding-puzzle-game topic page so that developers can more easily learn about it.
To associate your repository with the sliding-puzzle-game topic, visit your repo's landing page and select "manage topics."