index
:
entelect-challenge.git
main
Bots for various Entelect Challenges
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
engine
/
geometry.rs
Age
Commit message (
Expand
)
Author
2018-09-02
Clippy suggested improvements
Justin Worthe
2018-08-31
Most of the heuristic random move lookup structure
Justin Worthe
2018-08-12
Reduced more duplication and removed TODOs
Justin Worthe
2018-08-09
Updated point representation to better match my heavy bitfield usage
Justin Worthe
2018-08-09
Added more TODO ideas
Justin Worthe
2018-07-21
Removed bitfield comment
Justin Worthe
2018-07-15
Flipped bitfields on the opponent side to make implementation more concise
Justin Worthe
2018-07-08
Started moving constants to a constants file
Justin Worthe
2018-07-04
Added tests of indexing into random bitwise building
Justin Worthe
2018-07-01
Continued filling in bitwise game engine
Justin Worthe
2018-07-01
Built bitwise game state from current game state
Justin Worthe
2018-05-31
Tweaking move missiles to be more efficient
Justin Worthe
2018-05-31
Clippy suggested changes
Justin Worthe
2018-05-15
Additional code and bug fixes to help end to end tests
Justin Worthe
2018-05-09
Added converting from JSON code to game engine representation
Justin Worthe
2018-05-05
Initial commit with sample bot and embedded game engine
Justin Worthe