Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 834 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 834 Bytes

Tic Tac Toe Ultimate

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

Tic Tac Toe Ultimate

Play Now

Tic Tac Toe Ultimate

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

Features

  • Play Ultimate Tic Tac Toe on a 9x3x3 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 Classic Tic Tac Toe game which can be found here: Classic Tic Tac Toe