A tic-tac-toe game offering both multiplayer and singleplayer modes, written in JavaScript.
Clone the repository and open index.html in your favourite web browser. Playing the game is self-explanatory :)
The AI in this game was designed using the minimax algorithm. It is unbeatable - I plan to add a beatable version later.