Added default rules
Same as in regular classic TicTacToe.
This commit is contained in:
parent
418420063a
commit
5b74ecef52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user