/tic-tac-toe

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

Primary LanguageJavaScriptDo What The F*ck You Want To Public LicenseWTFPL

Tic Tac Toe App

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

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.


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


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


dark-theme


And finally, an example gameplay gif


Technologies

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

Credits