Project Description
In this project, students will be writing the game of tic tac toe in three steps. In part 1, students start by drawing the four lines that divide the grid into 9 squares.
In part 2, students add in mouse click events to draw X’s and O’s on the screen.
Finally, in part 3, students will add logic to determine a winner.