Games::Battleship::Craft 0.05

Games::Battleship::Craft is a Battleship craft class.SYNOPSIS use Games::Battleship::Craft; my $craft = Games::Battleship::Craft->new( id => 'T', name => 'tug boat', points => 1, ) $points_remaining = $craft->hit;A...