summaryrefslogtreecommitdiff
path: root/src/engine/command.rs
AgeCommit message (Expand)Author
2018-09-02Clippy suggested improvementsJustin Worthe
2018-08-31Most of the heuristic random move lookup structureJustin Worthe
2018-08-29Added targeted waiting to evaluated movesJustin Worthe
2018-08-27Removed unused deconstruct commandJustin Worthe
2018-08-16Printed debug for different tower buildingJustin Worthe
2018-08-11Implemented most of the iron curtain changesJustin Worthe
2018-08-09Updated point representation to better match my heavy bitfield usageJustin Worthe
2018-06-25Added rule on maximum two tesla towersJustin Worthe
2018-06-25Updated test cases and made engine work correctly according to testsJustin Worthe
2018-06-25Added new tower type and deconstruct actionJustin Worthe
2018-06-02Moved replay-based test to have convenience import from game engine replayJustin Worthe
2018-05-31Clippy suggested changesJustin 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-05Initial commit with sample bot and embedded game engineJustin Worthe