Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 293 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 293 Bytes

rush-hour

A Python implementation of the board game Rush Hour(tm) with A* Algorithm Solver

Running the game

inside the cloned folder

$ python rushhour/run.py

Test cases

Requires nosetools to be installed, to run all cases in the root directory:

$ nosetools