There should be a method that returns True if it's the end of the current game, this is done checking the points of the players in the current state, if PointsOfPlayer => PointsToWin then the game has ended
[ ] Implement a method that returns a boleean value for checking the end of game
There should be a method that returns True if it's the end of the current game, this is done checking the points of the players in the current state, if PointsOfPlayer => PointsToWin then the game has ended