Player X Is Up
Objective: Create a fun two player game (Tic Tac Toe).
Problem: When a player has already won the game or if it is a tie, they are not aware of it.
Solution: Add a line of code that makes an announcement of who the winner is when three boxes with the same symbol are in the same line horizontally, vertically, or diagonally.