Search algorithms for the 8-puzzle solution
|
Go to the source code of this file.
Enumerations | |
enum | GameAction { LEFT = 1, RIGHT = 2, UP = 3, DOWN = 4 } |
Actions allowed in the 8-puzzle and its variants. More... | |
enum GameAction |
Actions allowed in the 8-puzzle and its variants.
Enumerator | |
---|---|
LEFT | |
RIGHT | |
UP | |
DOWN |
Definition at line 11 of file GameAction.hpp.