DrShahinstein / tic-tac-toe

A tic-tac-toe game implementing the minimax algorithm using React

Home Page:https://xox-minimax.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe

This project contains a minimax algorithm implemented tic tac toe app built with React.

Table of Contents


Requirements


Installation

git clone https://github.com/UnreolFreedom/tic-tac-toe.git
cd tic-tac-toe/
npm install
npm start

Usage / Gameplay

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.


settings-interface After that, you'll see the board on which you'll play tic tac toe.


board 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.


dark-theme


And finally, an example of gameplay gif


Technologies

Technology Version
React 17.0.2
React Bootstrap 2.0.0-beta.4
Bootstrap 5.0.2

Note

If you go through an error like ERR_OSSL_EVP_UNSUPPORTED, try exporting this as an environment variable: NODE_OPTIONS=--openssl-legacy-provider

Credits

About

A tic-tac-toe game implementing the minimax algorithm using React

https://xox-minimax.netlify.app/

License:Do What The F*ck You Want To Public License


Languages

Language:JavaScript 86.1%Language:CSS 10.2%Language:HTML 3.7%