A2andil/Puzzle
Artificial Intelligence - 8/15 Puzzle Game(A*, BFS, GBFS & Bi-Directional)
This is a fun game for anyone interested in classic sliding tile puzzles. You can play an 8-tile or 15-tile puzzle, and the game will show you how different AI methods solve it. It takes your puzzle configuration and demonstrates step-by-step solutions.
No commits in the last 6 months.
Use this if you enjoy solving sliding tile puzzles and want to see how various AI algorithms approach finding the solution.
Not ideal if you're looking for a complex strategy game or a tool for advanced AI research.
Stars
8
Forks
2
Language
C#
License
MIT
Category
Last pushed
Feb 10, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/A2andil/Puzzle"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related agents
Samuel-BlankAmber/linkedin-games-ai
Automatic solver for the six LinkedIn games: Tango, Queens, Pinpoint, Crossclimb, Zip & Mini Sudoku
SasankYadati/8puzzle
A sliding block puzzle, whose solution is found using A* Search.
DianaVasiliu/Klotski-solver
Artificial Intelligence project to compare different search algorithms - especially A* based algorithms.
soroshzzz26/15-puzzle-game-ai
Some basic Ai algorithms used to solve 15 puzzle game
EbanEscott/Solitaire-Odds
An AI-powered Solitaire engine comparing different algorithms to determine the true probability...