Rush Hour Puzzle AI

Category:  AI


Rush hour puzzle is a famous single-player game. Many people have played before. The goal of this game is to successfully move out the car from the parking place. This project focuses on the effect of different search algorithms.


Features
  • Implement different search algorithms (e.g. BFS, DFS, A*, IDS, IDA*)
  • Besides basic heuristic, design a new heuristic.
Programming Languages/Frameworks
  • Python
Go to GitHub for research details