Skip to content

Simple tic tac toe game using HTML Canvas, JavaScript, and CSS.

Notifications You must be signed in to change notification settings

isocialPractice/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game

Simple tic tac toe game using:

  • HTML Canvas
  • JavaScript
  • CSS

To play the game ctrl + click tic tac toe game

The game is mainly an exercise in JavaScript logic. All conditions for a tic tac toe game are accounted for, and are checked using JavaScript logic utilizing if and else if statements.

The game was derived from Thinkful Coding Course at a Coding Bootcamp. Most of the methods for implementing HTML canvas and CSS styling were derived from W3Schools HTML Canvas Tutorial.

The game is currently one player. Below is a video illustrating User Interface and features:

Tic tac toe user Interface and features

About

Simple tic tac toe game using HTML Canvas, JavaScript, and CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published