summaryrefslogtreecommitdiff
path: root/tests/live_comparison.rs
AgeCommit message (Collapse)Author
2018-08-27Removed unused deconstruct commandJustin Worthe
2018-08-12Test cases that do the iron curtainJustin Worthe
2018-08-12Test for iron curtain availability and normal towersJustin Worthe
2018-08-09Updated point representation to better match my heavy bitfield usageJustin Worthe
2018-08-09Removed dynamic settingsJustin Worthe
It worked really well for round 2 to set constants
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-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-01Renamed tests to follow underscore conventionJustin Worthe