Module zero_sum::impls::tic_tac_toe [] [src]

The game of tic-tac-toe.

Structs

Board

The 3x3 game board.

Evaluator

A very simple evaluator. Gives extra weight to the corners.

Ply

The placement of a mark in an empty space.

Enums

Mark

Either X or O.

Resolution

Either a win or a cat's game.