https://github.com/aliakseis/puzzle-15
Optimal implementation of the Sliding 15 Puzzle game with Iterative Deepening A* AI Solver using Template Metaprogramming
https://github.com/aliakseis/puzzle-15
artificial-intelligence iterative-deepening-a-star puzzle-solver template-metaprogramming
Last synced: 7 months ago
JSON representation
Optimal implementation of the Sliding 15 Puzzle game with Iterative Deepening A* AI Solver using Template Metaprogramming
- Host: GitHub
- URL: https://github.com/aliakseis/puzzle-15
- Owner: aliakseis
- Created: 2015-04-08T10:24:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T12:34:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T06:43:04.075Z (9 months ago)
- Topics: artificial-intelligence, iterative-deepening-a-star, puzzle-solver, template-metaprogramming
- Language: C++
- Homepage:
- Size: 58.6 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# puzzle-15
Optimal implementation of the Sliding 15 Puzzle game with Iterative Deepening A* AI Solver using Template MetaprogrammingQt and Console versions
