Skip to content

Torvec/tic-tac-toe-ultimate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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