summaryrefslogtreecommitdiff
path: root/src/engine/bitwise_engine.rs
AgeCommit message (Collapse)Author
2018-07-15Implemented shooting teslas in the same order as the game engineJustin Worthe
Order by age
2018-07-12Changed other bitwise stuff to use constantsJustin Worthe
2018-07-12Updating bot to use more named constantsJustin Worthe
2018-07-08Started moving constants to a constants fileJustin Worthe
2018-07-06Added handling of tesla towersJustin Worthe
2018-07-04Made the choice of random building spots be based on a more efficient algorithmJustin Worthe
Still lots of work that can be done here.
2018-07-04Added tests of indexing into random bitwise buildingJustin Worthe
2018-07-02Initial drop in replacement implementationJustin Worthe
It's faster than the other one! Doesn't tesla yet, but still! Yay!
2018-07-02Game engine working, except for teslas and choosing a moveJustin Worthe
2018-07-01Continued filling in bitwise game engineJustin Worthe
2018-07-01Started filling in bitwise simulation logicJustin Worthe
2018-07-01JSON parsing of bitwise buildingsJustin Worthe
2018-07-01Started implementation of reading bitwise from jsonJustin Worthe
2018-07-01Built bitwise game state from current game stateJustin Worthe
2018-07-01Set up (failing) property test for working of new game stateJustin Worthe
Unfortunately, for this test to work, I still need to implement the function that reads the game state and goes from one to the other.
2018-07-01Implemented tesla count for bitwiseJustin Worthe
2018-06-30Created data structure for bitwise game engineJustin Worthe