A JavaScript implementation of the classic 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 classic Tic Tac Toe on a 3x3 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 Ultimate Tic Tac Toe game which can be found here: Ultimate Tic Tac Toe