Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2026 v0 v0.1.0 Aug 9, 2026 Changes in this version + func BasicAIAction(g core.Game, depth int) (core.Action, core.Game, bool) + func RandomAction(g core.Game, rng *rand.Rand) (core.Action, core.Game, bool) + func TimedAIAction(g core.Game, budget time.Duration) (core.Action, core.Game, bool)