robertzhidealx / Tic-Tac-Toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe

This repository contains a simple implementation of the two-player Tic-Tac-Toe game.

Tic-Tac-Toe is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a n x n grid (usually 3 x 3). The player who succeeds in placing n of their marks in a horizontal, vertical, or diagonal row wins the game.

About


Languages

Language:JavaScript 62.5%Language:CSS 22.6%Language:HTML 14.9%