Code In Place CS106A Final Project 2020

by Christian M

Description

I created Tic-Tac-Toe and decided to combine what we learned about lists and Tkinter. I used lists within a list to form a 3x3, 2-D array that represents the board, and then used Tkinter to graphically represent what is occurring in the list.