gsurma/sliding_puzzle
Swift implementation of the Sliding Puzzle game with Iterative Deepening A* AI Solver.
This is a digital version of the classic Sliding Puzzle game, where you rearrange numbered tiles to form a complete picture or sequence. It includes an artificial intelligence solver that can find the solution to any given puzzle arrangement. It's for anyone who enjoys brain-teasing puzzles and wants to play on their iOS device or observe an AI solve the game.
No commits in the last 6 months.
Use this if you enjoy solving sliding block puzzles or want to see how an AI can efficiently find solutions to these types of problems.
Not ideal if you are looking for a complex strategy game or a puzzle with a narrative.
Stars
38
Forks
14
Language
Swift
License
—
Category
Last pushed
Jul 09, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gsurma/sliding_puzzle"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
YashIndane/webcube
Rubik's cube assistant on Flask webapp
mahdavipanah/pynpuzzle
Solve, test and benchmark algorithms for N-Puzzle problem with Python
huyvohcmc/8-puzzle
Java program to solve the 8 puzzle problem using branch and bound algorithm.
kyo-takano/alphacube
A powerful & flexible Rubik's Cube solver
NiloofarShahbaz/8-puzzle-search-implementation
this a python BFS , A* and RBFS implementation of 8 puzzle