diff --git a/GameLogic.py b/GameLogic.py index 4542005..97b300e 100644 --- a/GameLogic.py +++ b/GameLogic.py @@ -5,7 +5,7 @@ from Player import * class GameLogic(): - def __init__(self, gameMap, playerList, winRowLength, individualMoves): + def __init__(self, gameMap, playerList, winRowLength = 3, individualMoves = 1): self.gameMap = gameMap self.playerList = playerList