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