Skip to content

Instantly share code, notes, and snippets.

@AlexanderPease
AlexanderPease / tictactoe.py
Created May 7, 2019 04:59
Tic-tac-toe implementation for Recurse pair programming interview - Zander Pease
"""
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
]
Verifying that +zander is my Bitcoin username. You can send me #bitcoin here: https://onename.io/zander