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-08-27
Removed unused deconstruct command
Justin Worthe
2018-08-12
Test cases that do the iron curtain
Justin Worthe
2018-08-12
Test for iron curtain availability and normal towers
Justin Worthe
2018-08-11
Clippy-suggested edits
Justin Worthe
2018-08-09
Updated point representation to better match my heavy bitfield usage
Justin Worthe
2018-08-09
Removed dynamic settings
Justin Worthe
2018-08-09
Removed expressive engine
Justin Worthe
2018-07-21
Added an index, to make the missile towers a proper circular buffer
Justin Worthe
2018-07-15
Flipped bitfields on the opponent side to make implementation more concise
Justin Worthe
2018-07-15
Decreased running time of monte carlo test
Justin Worthe
2018-07-15
Implemented shooting teslas in the same order as the game engine
Justin Worthe
2018-07-12
Changed other bitwise stuff to use constants
Justin Worthe
2018-07-08
Started moving constants to a constants file
Justin Worthe
2018-07-06
Added handling of tesla towers
Justin Worthe
2018-07-04
Added tests of indexing into random bitwise building
Justin Worthe
2018-07-02
Initial drop in replacement implementation
Justin Worthe
2018-07-02
Game engine working, except for teslas and choosing a move
Justin Worthe
2018-07-01
Continued filling in bitwise game engine
Justin Worthe
2018-07-01
JSON parsing of bitwise buildings
Justin Worthe
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