Versions in this module Expand all Collapse all v0 v0.1.1 Jul 31, 2026 v0.1.0 Jul 23, 2026 Changes in this version + var ErrIllegalPlace = errors.New("reversi: illegal placement") + func Advance(b Board, justMoved int8) (next int8, passed, over bool) + func Counts(b Board) (black, white int) + func LegalSquares(b Board, side int8) []int8 + type Board [64]int8 + func Place(b Board, side, sq int8) (Board, error) + func Start() Board