Project Information
- Language: React Framework
- Client: Gaming Customer
- Project URL: www.Tic-Tac-Toe.com
Tic-Tac-Toe Game
I created a Tik-Tac-Toe game using React Framework. The game keeps track of the which player's turn it is and displays it at the bottom of the game board. It also determines whether that player’s square should be marked with a X or O and labels it accordingly. Then a function checks to see if there is a winner after each turn is played and if so the winner is displayed at the bottom of the game board. I used CSS to style the board and to give each player a different color square which will help the players in deciding which square to pick next.