https://fanilo-tic-tac-toe.netlify.app/
tic-tac-toe.mp4
- Human vs human period.
- Setting the game up:
- Two players.
- Set timer for each player.
- Click Start button.
- Playing the game:
- Winning: if one of the players has clicked 3 squares which either in a raw, column or diagonal.
- If one of the players runs out of time, the other player wins.
- If the boards are filled and none won, it's a draw.
- Restart button to get back to the setting up game.
- Can choose either to play again or reboot the game.
To clone and run this application, you'll need Git and Node.js (which comes with yarn) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/lightme-fan/tic-tac-toe
# Install dependencies
$ yarn install
# Run the app
$ yarn start