summaryrefslogtreecommitdiff
path: root/src/engine/geometry.rs
AgeCommit message (Expand)Author
2018-12-08Renamed variable to be more conciseJustin Worthe
2018-09-02Clippy suggested improvementsJustin Worthe
2018-08-31Most of the heuristic random move lookup structureJustin Worthe
2018-08-12Reduced more duplication and removed TODOsJustin Worthe
2018-08-09Updated point representation to better match my heavy bitfield usageJustin Worthe
2018-08-09Added more TODO ideasJustin Worthe
2018-07-21Removed bitfield commentJustin Worthe
2018-07-15Flipped bitfields on the opponent side to make implementation more conciseJustin Worthe
2018-07-08Started moving constants to a constants fileJustin Worthe
2018-07-04Added tests of indexing into random bitwise buildingJustin Worthe
2018-07-01Continued filling in bitwise game engineJustin Worthe
2018-07-01Built bitwise game state from current game stateJustin Worthe
2018-05-31Tweaking move missiles to be more efficientJustin Worthe
2018-05-31Clippy suggested changesJustin Worthe
2018-05-15Additional code and bug fixes to help end to end testsJustin 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