summaryrefslogtreecommitdiff
path: root/src/json.rs
AgeCommit message (Collapse)Author
2019-08-21Tweaking config experimentallyJustin Worthe
2019-08-13Trimming down on redundant code and tweaking perfJustin Worthe
2019-08-06New command typeJustin Worthe
2019-08-06New statefile changesJustin Worthe
2019-07-07Cleaning up TODOsJustin Worthe
2019-06-28updated active worm in updateJustin Worthe
This might change weirdly because of the select move.
2019-06-26Passing bomb count through from the jsonJustin Worthe
2019-06-26Implemented select move rulesJustin Worthe
2019-05-26Score based MCTSJustin Worthe
2019-05-25Implemented tracking of the tiebreaking scoreJustin Worthe
2019-05-14Filled in the rest of the MCTSJustin Worthe
Problem: The current random things isn't actually finding any victorious end states. This game easily meanders if it's played without purpose.
2019-04-25Test that match replay matches my simulationJustin 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.
2019-04-22Start the project from the starter botJustin Worthe