An AI Solver for Puzzle "Rush Hour"
- Employed best-first search with the A* algorithm to solve a "Rush Hour" puzzle with any legal initial state.
- Implemented two different heuristics functions to solve the puzzle based on different logics to reduce runtime.
- Built components to teach the program how to play "Rush Hour" puzzle and generate next move to analyze.



GitHub - claud32/Rush-Hour-Puzzle-Solver: An AI Solver for Puzzle “Rush Hour”
An AI Solver for Puzzle “Rush Hour”. Contribute to claud32/Rush-Hour-Puzzle-Solver development by creating an account on GitHub.
