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