https://chantuff.github.io/Tic-Tac-Toe-Project/
The goal of the game is for players to position their marks so that they make a continuous line of three cells vertically, horizontally, or diagonally.
An opponent can prevent a win by blocking the completion of the opponent’s line.
First player will be O which represents THE Ohio State University
Once the first player takes their turn, the second player will be M for Michigan
Each player will take a turn, the first player to get 3 O’s or M’s in a row will be determined the winner
I used HTML, CSS and Javascript to create this game.