index
:
entelect-challenge.git
main
Bots for various Entelect Challenges
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2018-07-01
Started implementation of reading bitwise from json
Justin Worthe
2018-07-01
Built bitwise game state from current game state
Justin Worthe
2018-07-01
Set up (failing) property test for working of new game state
Justin Worthe
2018-07-01
Renamed tests to follow underscore convention
Justin Worthe
2018-06-30
Updated benchmark to only take constant map size into account
Justin Worthe
2018-06-30
Initial stab at putting game engine behind a trait
Justin Worthe
2018-06-30
Added test of newly functioning tesla towers
Justin Worthe
2018-06-25
Added rule on maximum two tesla towers
Justin Worthe
2018-06-25
Updated test cases and made engine work correctly according to tests
Justin Worthe
2018-06-25
Added new tower type and deconstruct action
Justin Worthe
2018-06-04
Cleaned out second test case
Justin Worthe
2018-06-04
Moved to replays that have missile position fix
Justin Worthe
2018-06-03
Moved json parsing to be part of a module, with textmap equivalence
Justin Worthe
2018-06-02
Added engine run with failing test example
Justin Worthe
2018-06-02
Moved replay-based test to have convenience import from game engine replay
Justin Worthe
2018-05-16
Moved away from special benchmarking suite
Justin Worthe
2018-05-15
Added end to end tests, comparing against actual game engine
Justin Worthe