Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/sanmeet007/tic-tac-toe
- Owner: Sanmeet007
- Created: 2022-04-09T09:58:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T20:39:28.000Z (21 days ago)
- Last Synced: 2025-01-05T21:28:02.663Z (21 days ago)
- Topics: css3, game, html, javascript, tick-tack-toe
- Language: JavaScript
- Homepage: https://sanmeet007.github.io/tic-tac-toe/
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.