My first game with JS.
This is a 2-players tictactoe.
This is a simple React App made with the command:
npx create-react-app my-app --template redux
Also the @reduxjs/toolkit was used in this project.
Press here to play!!
The first thing you'll see is the blank board.
To start the game press START. The game will randomly select the player for the first turn, and the turn display will show the team color (grape or orange)
Player Orange can choose a tile and the current turn is toggle.
The first player who get 3 in a line wins.