PEP Compliance edit
This commit is contained in:
parent
7b486881d9
commit
9c9db7aba9
@ -5,7 +5,7 @@ from Player import *
|
|||||||
|
|
||||||
class GameLogic():
|
class GameLogic():
|
||||||
|
|
||||||
def __init__(self, gameMap, playerList, winRowLength = 3, individualMoves = 1):
|
def __init__(self, gameMap, playerList, winRowLength=3, individualMoves=1):
|
||||||
|
|
||||||
self.gameMap = gameMap
|
self.gameMap = gameMap
|
||||||
self.playerList = playerList
|
self.playerList = playerList
|
||||||
|
Loading…
Reference in New Issue
Block a user