https://github.com/adithej/tic-tac-toe
A tic tac toe game build using javascript
https://github.com/adithej/tic-tac-toe
Last synced: 7 months ago
JSON representation
A tic tac toe game build using javascript
- Host: GitHub
- URL: https://github.com/adithej/tic-tac-toe
- Owner: adithej
- Created: 2024-06-07T07:20:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-07T07:51:48.000Z (over 1 year ago)
- Last Synced: 2025-06-27T12:59:28.702Z (8 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe
## Build using HTML, CSS and JavaScript
The game is played on a grid that's 3 squares by 3 squares.
You are O , your friend is X . Players take turns putting their marks in empty squares.
The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner.
When all 9 squares are full, the game is over. If no player has 3 marks in a row, the game ends in a tie
## Play the game at https://adithej.github.io/tic-tac-toe/