Skip to content

HemasriKottapalli/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game ❌⭕

A simple Tic Tac Toe game implemented using HTML, CSS, and JavaScript.

Table of Contents

Live Link

Live Demo

Features

  • Play Tic Tac Toe against another player.
  • Simple and intuitive user interface.
  • Game state and winner detection.

How to Play

  • Open index.html in your preferred web browser.

  • Two players take turns clicking on the empty cells to make their move.

  • The game will automatically detect a winner or declare a draw.

  • Play again or reset the game using the provided button.

Game Rules

  • The game is played on a 3x3 grid.
  • Players take turns placing their symbol (X or O) in an empty cell.
  • The first player to get three of their symbols in a row (horizontally, vertically, or diagonally) wins.
  • If the grid is full and no player has three in a row, the game is a draw.

Contributing

Contributions are welcome! If you have any ideas for improvements or find any issues, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published