Contributor Phomolo Phiri
This is a simple React application for the tic tac toe game.
- The game is played on a grid that's 3 squares by 3 squares.
- You are X, your friend (or the computer in this case) is O. Players take turns putting their marks in empty squares.
- The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner.
- When all 9 squares are full, the game is over.
To run the game type:
npm install
to get all the dependenciesnpm start
to run the game on the local server.
Click here to view the deployed version of the game.