Overview
Tic Tac React is my customized version of React Official Tutorial of TicTacToe that I extended with:
- game mode: choose between Human VS Human and Human VS Bot
- AI Player: an Artificial Intelligence player to play against
- AI Player levels: ‘easy’ (you can win the AI) and ‘insane’ (in practice: you can’t never win against the AI, because the AI will never make a mistake)
Play the game
To play the game click here (hosted version of the game)