/tictactoe-1

Basic Tic-Tac-Toe game built using JavaScript

Primary LanguageCSS

tictactoe

This is a simple "TIc-Tac-Toe" game built using Javascript.

Two people can play this game where players can have either X or O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner. The size of Xs and Os is made to occupy 90% of the cell size.