K-Konstantinidis/Freecell-Solitaire-Solver
Solve any FreeCell Solitaire puzzle with 1 of the 4 different path finding algorithms: Breadth 1st Search, Depth 1st Search, Best 1st Search, Astar Search.
No commits in the last 6 months.
Stars
5
Forks
2
Language
Java
License
MIT
Category
Last pushed
May 12, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/K-Konstantinidis/Freecell-Solitaire-Solver"
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
kyo-takano/alphacube
A powerful & flexible Rubik's Cube solver
gsurma/sliding_puzzle
Swift implementation of the Sliding Puzzle game with Iterative Deepening A* AI Solver.
huyvohcmc/8-puzzle
Java program to solve the 8 puzzle problem using branch and bound algorithm.