summaryrefslogtreecommitdiff
path: root/src/strategy.rs
AgeCommit message (Collapse)Author
2019-04-25Made the state object avoid any heap allocationsJustin Worthe
2019-04-22More minimal game stateJustin Worthe
I'd prefer to start with just the state that I need, and progressively readd the bits that I've skipped as I find I need them, or as the competition evolves.