Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manish312002/tic-tac-toe-game
https://github.com/manish312002/tic-tac-toe-game
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/manish312002/tic-tac-toe-game
- Owner: Manish312002
- Created: 2024-02-09T11:29:31.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-09T12:00:28.000Z (12 months ago)
- Last Synced: 2024-11-10T20:08:39.378Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tic Tac Toe is a two-player game (one of them being played by computer or human). In this game, there is a board with 3 x 3 squares. One player plays X and the other plays O. The players take turns placing their marks on a grid of three-by-three cells. If a given player gets three marks in a row horizontally, vertically, or diagonally, then that player wins the game.