This project contains a minimax algorithm implemented tic tac toe app built with React.
git clone https://github.com/UnreolFreedom/tic-tac-toe.git
cd tic-tac-toe/
npm install
npm start
First, configure your settings by clicking on the options in the settings interface before getting down to the board where you'll play tic tac toe, and then click on the OK
button.
After that, you'll see the board on which you'll play tic tac toe.
Before showing an example of gameplay, let me show you the dark theme. You can change your theme by clicking the button on the top right side of the screen.
And finally, an example of gameplay
Technology | Version |
---|---|
React | 17.0.2 |
React Bootstrap | 2.0.0-beta.4 |
Bootstrap | 5.0.2 |
If you go through an error like ERR_OSSL_EVP_UNSUPPORTED
, try exporting this as an environment variable:
NODE_OPTIONS=--openssl-legacy-provider