This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |