Tic Tac Toe

 
 
 
 
 
 
 
 
 

Tic Tac Toe

Objective:Make a game of Tic Tac Toe that resets and signals when a user has won the game.

Problem: Tic Tac Toe program needs to know how someone has won the game.

Solution:We created a function that says the person has won the game when there's 3 of any type of character in a row.