Crate podch

Source

Structs§

BinBoard
Board using height*width/4 bytes of memory
BoardDisplay
Wrapper for Display for Boards
EditedBoard
Mirror of a board with a few modifications
HashUsedSituations
HashSet for used situations
SimilarSituations
Iterator for similar situations
SimpleGame
Simple game using HashUsedSituations and EditedBoard
VecBoard
Board using height*width bytes of memory

Enums§

MoveError
Type of invalid move
Stone
Player’s color or color of their stone

Traits§

Board
Rectangular game board
Game
Podch game
UsedSituations
Container for used situations and similar to them

Type Aliases§

MoveResult
Result of a move attempt