summaryrefslogtreecommitdiff
path: root/src/game.rs
AgeCommit message (Expand)Author
2019-04-25Made the state object avoid any heap allocationsJustin Worthe
2019-04-25Implement move and dig commandsJustin Worthe
2019-04-25Test that match replay matches my simulationJustin Worthe
2019-04-25Arranged the types to start writing the replay based property testJustin Worthe
2019-04-25Call update vs create after the first moveJustin Worthe
2019-04-22More minimal game stateJustin Worthe
2019-04-22Structures representing game stateJustin Worthe