Module magpie::othello[][src]

Expand description

Contains structs and functions that are useful when playing Othello.

Structs

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

Helper struct to customize the printing of Othello boards.

Enums

Represents the different formatting options available when displaying an Othello board.

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

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

Traits

Extension trait that extracts all bits from a bitboard.

Extension trait that extracts all set bits from a bitboard.