Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 419 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 419 Bytes

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