Module freebj::strategy[][src]

Structs

GameContext

This structure represents the game context in which a strategy decision must be taken. It exposes the actions available to the player as well as extra known information (e.g. true count, dealer's holecard), and the game rules.

Enums

Decision

Traits

Strategy