Skip to content

DrShahinstein/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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