Skip to content

Commit

Permalink
Stop making the game be won already
Browse files Browse the repository at this point in the history
  • Loading branch information
HarukaMa committed Feb 22, 2019
1 parent df50222 commit a608c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/backgammon/game.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule Backgammon.Game do
},
home: %{
red: 0,
white: 15,
white: 0,
},
whose_turn: :white,
current_dice: [],
Expand Down

0 comments on commit a608c54

Please sign in to comment.