Tic Tac Toe App built with React
Tic Tac Toe App
This project contains a minimax algorithm implemented tic tac toe app built with React.
Installation
git clone https://github.com/UnreolFreedom/tic-tac-toe.git
cd tic-tac-toe/
npm install
npm start
Usage / Gameplay
Firstly, configure your settings by clicking to the options having in settings interface before switching to the board which you'll play tic tac toe and then click to "OK" button.
After that, you'll see the board which you'll play tic tac toe.
Before showing an example gameplay, let me show you the dark theme. You can change your theme by clicking to the button having in the right top side of the screen.
And finally, an example gameplay
Technologies
Technology | Version |
---|---|
React | 17.0.2 |
React Bootstrap | 2.0.0-beta.4 |
Bootstrap | 5.0.2 |