Skip to content

Commit 5feeb90

Browse files
committed
Fixed ship sizes
1 parent e487c05 commit 5feeb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/battleship/game/board.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Battleship.Game.Board do
55
alias Battleship.{Ship}
66
require Logger
77

8-
@ships_sizes [1, 1]
8+
@ships_sizes [5, 4, 3, 2, 2, 1, 1]
99
@size 10
1010
@orientations [:horizontal, :vertical]
1111

0 commit comments

Comments
 (0)