Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.07 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.07 KB

Tic_Tac_Toe

Description

Tic-Tac-Toe is a classic two-player game where players take turns marking spaces in a 3x3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game. If the grid is filled and no player has achieved a winning combination, the game ends in a draw.

image

This repository contains a simple implementation of the Tic-Tac-Toe game using html css and javascript

Features

  • Two-player mode: Play against a friend locally on the same device.
  • Interactive UI: Easy-to-use interface for placing marks on the grid.
  • Winning detection: Automatically detects when a player achieves a winning combination.
  • Draw detection: Recognizes when the game ends in a draw.

Contributions

Contributions are welcome! If you have any ideas for improvements or new features, feel free to submit a pull request.

Contact

For any inquiries or support, feel free to contact [email protected].