This repository showcases a demo of a tic-tac-toe server.
The game is implemented following some game theory algorithms such as minmax
.
A demo is accessible at https://tictactoe-wave-mlc.herokuapp.com/play?board=+xxo++o++
Clone the repo, run npm install
.
Start the project using npm start