[][src]Module magpie::othello

Contains structs and functions that are useful when playing Othello.

Structs

OthelloBoard

Represents an Othello board and provides convenient methods to safely manipulate it.

Enums

OthelloError

This enum represents errors that may occur when using the Othello board.

Stone

Enum that represents the two different possible stone colors available on a standard Othello board.

Traits

PositionExt

Extension trait to make it somewhat easier to work with bitboards.