Skip to content

codingEdg/Tic-Tac-Toe-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game

Description

This is a simple implementation of the classic Tic Tac Toe game using HTML, CSS, and JavaScript. It provides a user-friendly interface where two players can take turns marking spaces in a 3x3 grid. The game ends when one player successfully places three of their marks in a horizontal, vertical, or diagonal row, or when the grid is filled without a winner (resulting in a draw).

Features

  • Responsive design: Playable on both desktop and mobile devices.
  • Simple interface: Easy-to-understand layout and controls.
  • Two-player mode: Allows two players to compete against each other.
  • Win detection: Automatically detects when a player wins or when the game ends in a draw.
  • Reset option: Allows players to reset the game and start over.

Usage

  1. Clone the repository to your local machine using the following command:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published