🐛
This commit is contained in:
@ -16,17 +16,10 @@ def fourInARowStart(channel, user, opponent):
|
||||
data["4 in a row games"][channel] = {"board": board,"winner":0,"win direction":"",
|
||||
"win coordinates":[0,0],"players":[user,opponent],"turn":0}
|
||||
|
||||
<<<<<<< HEAD
|
||||
with open("resources/games/games.json", "w") as f:
|
||||
json.dump(data,f,indent=4)
|
||||
|
||||
4InARowDraw.drawImage(channel)
|
||||
=======
|
||||
with open("resources/games/games.json", "w") as f:
|
||||
json.dump(data,f,indent=4)
|
||||
|
||||
draw4InARow.drawImage(channel)
|
||||
>>>>>>> 17b326223562bda9247b2ce705ec6917c0576cbe
|
||||
4InARowDraw.drawImage(channel)
|
||||
|
||||
return "Started game. It's "+user+"'s turn", True, False, False
|
||||
else:
|
||||
|
Reference in New Issue
Block a user