summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)Author
2019-08-22Updated to default configJustin Worthe
2019-08-18Printing to stderr is now behind a feature flagJustin Worthe
2019-08-13Trimming down on redundant code and tweaking perfJustin Worthe
2019-08-11Replaced hashmaps with deterministic hashmapsJustin Worthe
2019-08-10Removed tiny hashmapJustin Worthe
2019-08-07Assertions to test that my lava logic is rightJustin Worthe
2019-08-06Versionbump for finalJustin Worthe
2019-07-16Disable logs and release assertions for releaseJustin Worthe
2019-07-07Cleaned up dead codeJustin Worthe
2019-05-26A bit faster through caching set of occupied spotsJustin Worthe
2019-05-17Strategy to focus mctsJustin Worthe
2019-05-12Outline of MCTSJustin Worthe
2019-04-25Made the state object avoid any heap allocationsJustin Worthe
2019-04-22Structures representing game stateJustin Worthe
2019-04-22Start the project from the starter botJustin Worthe