summaryrefslogtreecommitdiff
path: root/src/engine/constants.rs
AgeCommit message (Collapse)Author
2018-08-11Implemented most of the iron curtain changesJustin Worthe
Still need to - set it active - make the random move selection choose it - test against real engine
2018-08-09Rearranged random move selection to avoid expensive divisionJustin Worthe
2018-08-09Converted game engine vectors to arrayvecsJustin Worthe
2018-07-21Simplified duration handling to allow longer profilingJustin Worthe
2018-07-21Removed need to load settings for the bitwise game engineJustin Worthe
It's all constants now.
2018-07-21Added an index, to make the missile towers a proper circular bufferJustin Worthe
2018-07-12Updating bot to use more named constantsJustin Worthe
2018-07-08Started moving constants to a constants fileJustin Worthe