Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 309 Bytes

File metadata and controls

15 lines (9 loc) · 309 Bytes

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.