This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Tic Tac Toe game submitted for Recurse Center pair programming interview. | |
""" | |
from copy import copy | |
import unittest | |
EMPTY_BOARD = [ | |
False, False, False, False, False, False, False, False, False | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +zander is my Bitcoin username. You can send me #bitcoin here: https://onename.io/zander |