Skip to content

In this project you will write a solver for the Rush Hour game . Your input will be a file containing rush hour puzzles. You will need to solve the puzzles by getting the XX car to the exit on the right, and write the solutions in the output file.

Notifications You must be signed in to change notification settings

Johnmitton/RushHourSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RushHourSolver

In this project you will write a solver for the Rush Hour game . Your input will be a file containing rush hour puzzles. You will need to solve the puzzles by getting the XX car to the exit on the right, and write the solutions in the output file.

To solve the puzzles we used graph exploration algorithms we discussed in class: BFS/DFS/A*.

About

In this project you will write a solver for the Rush Hour game . Your input will be a file containing rush hour puzzles. You will need to solve the puzzles by getting the XX car to the exit on the right, and write the solutions in the output file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages