summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2018-09-08Added a static set of opening moves to get energy up and runningJustin Worthe
2018-09-08Put selection of full monte carlo tree behind a feature flagJustin Worthe
2018-09-06Filled in the remaining TODOs on the tree searchJustin Worthe
2018-08-11Clippy-suggested editsJustin Worthe
2018-08-09Removed dynamic settingsJustin Worthe
2018-07-21Simplified duration handling to allow longer profilingJustin Worthe
2018-07-07Changed default implementation used by main to be bitwiseJustin Worthe
2018-07-01Set up (failing) property test for working of new game stateJustin Worthe
2018-06-30Initial stab at putting game engine behind a traitJustin Worthe
2018-06-09Updated default features to not include benchmarkingJustin Worthe
2018-06-09Calibrated energy cutoff and turned it on by defaultJustin Worthe
2018-06-09Added reduced time flagJustin Worthe
2018-06-03Moved json parsing to be part of a module, with textmap equivalenceJustin Worthe
2018-05-14Added profiling target with perfJustin Worthe
2018-05-12Limited bot to run within the 2 second windowJustin Worthe
2018-05-12Initial stab at monte carlo implementationJustin Worthe
2018-05-12Added new building specificationsJustin Worthe
2018-05-10Split to library. Reimplemented sample strategy in new state.Justin Worthe
2018-05-09Added converting from JSON code to game engine representationJustin Worthe
2018-05-05Initial commit with sample bot and embedded game engineJustin Worthe