https://github.com/contigen/tic-tac-toe
https://github.com/contigen/tic-tac-toe
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/contigen/tic-tac-toe
- Owner: contigen
- Created: 2022-07-28T20:28:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T21:24:30.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T12:23:51.119Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
This project features a simple tic-tac-toe game created with JavaScript
## How To Play
You don't know how to play tic-tac-toe?
Two players play the game, and each player can select any cell. The first player to select matching cells in a row, column or diagonal wins.
## Contributing
The functionality of letting players play at the same time hasn't been added, you could contribute to that.
### Note
This project was created like a year ago.
Live link [here](https://contigen.github.io/Tic-Tac-Toe/)