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

https://github.com/medaminenasfi/tic-tac-toe-game

🎮 Tic-Tac-Toe game built with React ⚛️: Two-player mode, win highlighting, and responsive design.
https://github.com/medaminenasfi/tic-tac-toe-game

css frontend game game-development javascript open-source react responsive-design tic-tac-toe two-player webapp win-detection

Last synced: 2 months ago
JSON representation

🎮 Tic-Tac-Toe game built with React ⚛️: Two-player mode, win highlighting, and responsive design.

Awesome Lists containing this project

README

        

# Tic-Tac-Toe Game 🎮

[![React](https://img.shields.io/badge/React-61DAFB?style=for-the-badge&logo=react&logoColor=black)](https://react.dev/)
[![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)](https://developer.mozilla.org/docs/Web/JavaScript)
[![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)](https://developer.mozilla.org/docs/Web/CSS)

A classic Tic-Tac-Toe game built with React, featuring two-player mode, win detection, and responsive design. Perfect for learning React fundamentals or casual gameplay.

---

## Table of Contents
- [Features](#-features)

- [How to Play](#-how-to-play)
- [Technologies Used](#-technologies-used)
- [Contributing](#-contributing)
- [License](#-license)

---

## ✨ Features

- **Two-Player Mode**
Play locally with a friend on the same device.
- **Winner Highlighting**
Automatically detects and highlights the winning line (row, column, or diagonal).
- **Responsive Design**
Works seamlessly on desktop, tablets, and mobile devices.
- **Game Reset**
Restart the game anytime with a single click.
- **Turn Indicator**
Displays which player's turn (X or O) it is.

---