Empirical
|
Base class for all sizes of Othello games. More...
#include <Othello.h>
Public Types | |
enum | Player { NONE =0, DARK, LIGHT } |
enum | Facing { N, NE, E, SE, S, SW, W, NW } |
Static Public Attributes | |
static constexpr size_t | NUM_DIRECTIONS = 8 |
Number of neighbors each board space has. More... | |
Base class for all sizes of Othello games.
NOTE: This game could be made more black-box.
|
static |
Number of neighbors each board space has.