Skip to content

Instantly share code, notes, and snippets.

open System.Collections.Generic
let width = 7
let height = 6
let maxDepth = 7
let orangeWins = 1000000
let yellowWins = -orangeWins
let debug = ref true
type Cell =
| Orange