Unbeatable Tic Tac Toe This is an implementation of Tic Tac Toe using the minmax algorithm in JavaScript. To play the game, click here! Tests To run tests, clone the repo and then install the test dependencies: $ npm install Then, open test.html.