summaryrefslogtreecommitdiff
path: root/src/engine/command.rs
AgeCommit message (Collapse)Author
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
I don't think a tesla appeared in this match. I need to contrive a bot to build one.
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
Doesn't seem to be working quite right... just sits there accumulating energy.
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