Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanmeet007/tic-tac-toe

Play the classic Tic-Tac-Toe (Noughts and Crosses) game online for free. Challenge friends or family in thrilling two-player battles and test your strategy. Start playing now!
https://github.com/sanmeet007/tic-tac-toe

css3 game html javascript tick-tack-toe

Last synced: 14 days ago
JSON representation

Play the classic Tic-Tac-Toe (Noughts and Crosses) game online for free. Challenge friends or family in thrilling two-player battles and test your strategy. Start playing now!

Awesome Lists containing this project

README

        

# Tic-Tac-Toe

Welcome to **Tic-Tac-Toe**, a fun and timeless two-player game where strategy and quick thinking are key! Challenge your friends in a battle of X's and O's on a 3x3 grid. This classic game is perfect for anyone looking to pass the time or engage in some friendly competition.

## Features

1. **Two-Player Mode**
Play with a friend and take turns to mark X's and O's on the grid.

2. **Interactive Gameplay**
Enjoy simple, intuitive controls with an interactive game board.

3. **Game Reset Option**
Easily restart the game to play again after each round.

4. **Win Detection**
The game automatically checks for winning combinations and announces the winner.

## How to Play

1. The game is played on a 3x3 grid.
2. Players take turns marking a square with either an "X" or an "O."
3. The first player to align three of their marks vertically, horizontally, or diagonally wins.
4. If all squares are filled without a winner, the game is a draw.

## Tech Stack

- **HTML** for the layout of the game board.
- **CSS** for the styling and visual appeal.
- **JavaScript** for game logic and interactive features.