summaryrefslogtreecommitdiff
path: root/src/actions.rs
AgeCommit message (Collapse)Author
2017-07-12Avoided placing adjacent shipsJustin Worthe
2017-06-18Added knowledge of weaponsJustin Worthe
Next step: knowledge of weapon's effects.
2017-05-20Moved ship placement knowledge out to be one per shipJustin Worthe
2017-05-14Added model for knowledge of the game's stateJustin Worthe
Will be useful to track deductions that have already been made.
2017-05-13Random placementJustin Worthe
2017-05-13Split into smaller portionsJustin Worthe