@ -256,3 +256,8 @@ class Board:
def do_move(board, player, move):
# Implies that move is valid; make sure to check move validity before calling do_move(...)
return quack.do_move(board, player, move)
@staticmethod
def flip(board):
return tuple((-x for x in reversed(board)))
The note is not visible to the blocked user.