Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lovesaroha/tic-tac-toe-game
Tic Tac Toe is a game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
https://github.com/lovesaroha/tic-tac-toe-game
canvas game html javascript tic-tac-toe
Last synced: 3 days ago
JSON representation
Tic Tac Toe is a game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
- Host: GitHub
- URL: https://github.com/lovesaroha/tic-tac-toe-game
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-09-06T17:20:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T11:12:03.000Z (about 3 years ago)
- Last Synced: 2024-01-26T05:14:19.410Z (10 months ago)
- Topics: canvas, game, html, javascript, tic-tac-toe
- Language: CSS
- Homepage: https://games.lovesaroha.com/Tic-Tac-Toe-Game
- Size: 473 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic-Tac-Toe-Game
Tic Tac Toe is a game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.Demo [lovesaroha/Tic-Tac-Toe-Game](https://games.lovesaroha.com/Tic-Tac-Toe-Game)
![game](https://raw.githubusercontent.com/lovesaroha/gimages/main/13.png)