Skip to content

A single-player tic-tac-toe in ReactJS, using Minmax algorithm for AI player.

Notifications You must be signed in to change notification settings

sonakshs/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe

A single player tic-tac-toe game developed in ReactJS

The single player option uses minmax algorithm (https://en.wikipedia.org/wiki/Minimax) and look at a C++ implementation here.

To start(dev mode): fetch/clone
npm i
npm start

Releases

No releases published

Packages

No packages published