This React projects implements the minmax algorithm on a simple 3x3 tic tac toe grid. The algorithm always ensures to pick a move with minimum of the maximum possible losses. Hence it is impossible to win against it in a 3x3 grid.
To run this project on your system run the following command:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.