Tic Tac Toe
This two player game uses a turn-based system to switch turns between players. Using multiple if statements, it can detect when a player has won and when a tie has occured.
- ability to restart game with the press of a button
- checks if a player has won
- changes the color of tiles
- chooses a random player to go first
- resets the game after a win or tie