🐛 4iar says the winning move
This commit is contained in:
@ -155,12 +155,12 @@ def placeHex(channel : str,player : int,position : str):
|
||||
logThis("It's Gwendolyn's turn")
|
||||
gwendoTurn = True
|
||||
|
||||
# draw the board
|
||||
#fourInARowDraw.drawImage(channel)
|
||||
# hexDraw() # something something
|
||||
# Update the board
|
||||
drawHexPlacement(channel,player,position)
|
||||
|
||||
return message, True, True, gameWon, gwendoTurn
|
||||
else:
|
||||
# Invalid move, and "board" is the error message
|
||||
# Invalid move. "board" is the error message
|
||||
message = board
|
||||
return message, True, True, False, False
|
||||
else:
|
||||
|
Reference in New Issue
Block a user