Skip to content

james5418/Rush_Hour_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rush Hour solver

In this project, we implement an AI solver for the classic board game "Rush Hour" with A* algorithm.
Our goal is to explore better heuristic functions to solve this game.

Requirements

  • Make sure you have installed these packages before running code
pip install pygame
pip install matplotlib
pip install numpy

Run the code

cd E3
py rush_hour.py
py rush_hour_gui.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published