A JavaScript implementation of the ultimate version of the game Tic Tac Toe using the HTML5 canvas element.
- Alternatively you can clone the repository and use the Live Server extension in Visual Studio Code to run the game locally.
- Play Ultimate Tic Tac Toe on a 9x3x3 grid
- Play against a friend (locally)
- Playable with mouse or touch enabled devices.
- This project originally started in my other repository Tic-Tac-Toe that I decided to split into two separate projects. The other is the Classic Tic Tac Toe game which can be found here: Classic Tic Tac Toe