Akavall / GoGamesProject

Trying to make some simple games using golang.
1 stars 1 forks source link

Handle ties #43

Closed Akavall closed 8 years ago

Akavall commented 8 years ago

If at least two player's scores are tied after exceeding Winning Score, the game will not end, and all players will get to go again. I don' think this is following the official rules (I think only players who are tied would continue). But it is better than what we used to have and for two player case, it does not matter. I tested it locally, and the game does continue after a tie.