Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1005 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 1005 Bytes

Tic Tac Toe

Welcome to the Tic Tac Toe game! This is a simple web-based version of the classic Tic Tac Toe game built using HTML, CSS, and JavaScript.

Live Demo

You can play the game here: Tic Tac Toe Live Demo

Features

  • 🎮 Play against another player
  • 🔄 Reset the game anytime
  • 🏆 Displays the winner

Technologies Used

  • HTML: For structuring the game layout
  • CSS: For styling the game interface
  • JavaScript: For game logic and interactivity

How to Play

  1. Open the game in your browser.
  2. Players take turns to place their marker (X or O) in an empty cell.
  3. The first player to get three markers in a row (horizontally, vertically, or diagonally) wins the game.
  4. If all cells are filled without a winner, the game ends in a draw.
  5. Click the "Reset" button to start a new game.

Getting Started

  1. Clone the repository:

    git clone https://github.com/dharshini1401/Tic-Tac-Toe.git