Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 817 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 817 Bytes

Tic Tac Toe Classic

A JavaScript implementation of the classic game Tic Tac Toe using the HTML5 canvas element.

Tic Tac Toe Classic

Play Now

Tic Tac Toe Classic

  • Alternatively you can clone the repository and use the Live Server extension in Visual Studio Code to run the game locally.

Features

  • Play classic Tic Tac Toe on a 3x3 grid
  • Play against a friend (locally)
  • Playable with mouse or touch enabled devices.

Notes

  • 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