Skip to content

Commit

Permalink
Fixed ship sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
bigardone committed Apr 24, 2016
1 parent e487c05 commit 5feeb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/battleship/game/board.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Battleship.Game.Board do
alias Battleship.{Ship}
require Logger

@ships_sizes [1, 1]
@ships_sizes [5, 4, 3, 2, 2, 1, 1]
@size 10
@orientations [:horizontal, :vertical]

Expand Down

0 comments on commit 5feeb90

Please sign in to comment.