All Packages
Package | Description |
---|---|
rushhour |
Framework for solving a Rush Hour puzzle via graph search.
|
rushhour.model |
A model implementation of the Rush Hour game mechanics — the
Rushhour board, cars, possible moves, etc.
|
search |
A generic implementation of several of the graph search algorithms
discussed in Russell and Norvig.
|