Update fourInARow.py
This commit is contained in:
@ -44,7 +44,7 @@ def fourInARowStart(channel, user, opponent):
|
|||||||
except:
|
except:
|
||||||
# Opponent is another player
|
# Opponent is another player
|
||||||
difficulty = 5
|
difficulty = 5
|
||||||
difftext = ""
|
diffText = ""
|
||||||
|
|
||||||
board = [ [ 0 for i in range(columnCount) ] for j in range(rowCount) ]
|
board = [ [ 0 for i in range(columnCount) ] for j in range(rowCount) ]
|
||||||
players = [user,opponent]
|
players = [user,opponent]
|
||||||
|
Reference in New Issue
Block a user