summaryrefslogtreecommitdiff
path: root/src/engine/bitwise_engine.rs
AgeCommit message (Expand)Author
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
2018-07-04Added tests of indexing into random bitwise buildingJustin Worthe
2018-07-02Initial drop in replacement implementationJustin Worthe
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
2018-07-01Implemented tesla count for bitwiseJustin Worthe
2018-06-30Created data structure for bitwise game engineJustin Worthe