Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.17 KB

ReadMe.md

File metadata and controls

30 lines (24 loc) · 1.17 KB

Tic Tac Toe Game

Overview

This is a responsive Tic Tac Toe game developed using HTML, CSS, and JavaScript. The game allows two players to play against each other on the same device.

TicTacToe

Features

  • Responsive Design: The game layout adjusts to different screen sizes and devices.
  • Interactive Gameplay: Click to place X's and O's and try to get three in a row to win.
  • Restart Functionality: Players can easily restart the game to play again.

Installation

  1. Clone the repository to your local machine using:
    git clone https://github.com/riteshkrkarn/tic-tac-toe.git
  2. Navigate to the project directory:
    cd tic-tac-toe
  3. Open the index.html file in your preferred web browser to start playing.

Usage

  • Click on any of the nine cells to place your symbol (X or O).
  • Alternate turns with your opponent until someone wins or the board is full.
  • Click the reset button to play again.

Contact

For any questions or suggestions, please reach out to me at [email protected].