[][src]Module spacebattleship::board::setup

Implements the setup phase of the board.

Structs

BoardSetup

Setup phase for a Board. Allows placing ships and does not allow shooting.

ShipEntry

Reference to a particular ship's placement info as well as the grid, providing access to the methods necessary to check it's placement status.

ShipEntryMut

Reference to a particular ship's placement info as well as the grid, providing access to the methods necessary to check it's placement status and place or unplace it.