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: