📝 Gameloops updated to Hex functions and names

This commit is contained in:
jona605a
2020-08-04 11:23:00 +02:00
parent 393f76f0f4
commit 3ca56b80ed
2 changed files with 15 additions and 33 deletions

View File

@ -36,7 +36,7 @@ def fourInARowStart(channel, user, opponent):
return "That difficulty doesn't exist", False, False, False, False
else:
# Opponent is another player
difficulty = "NA"
difficulty = "5"
board = [ [ 0 for i in range(columnCount) ] for j in range(rowCount) ]
players = [user,opponent]