battleship_bot 1.1.5

The game of battleship and a few bot implementations
Documentation
1
2
3
4
5
pub (crate) mod game;
pub (crate) mod constants;
pub mod position;
pub mod shot;
pub mod boat;