https://github.com/imhta/tic-tac-toe-web
tic-tac-toe web game built with JS
https://github.com/imhta/tic-tac-toe-web
Last synced: about 2 months ago
JSON representation
tic-tac-toe web game built with JS
- Host: GitHub
- URL: https://github.com/imhta/tic-tac-toe-web
- Owner: imhta
- Created: 2019-11-21T11:08:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T07:33:58.000Z (over 6 years ago)
- Last Synced: 2025-02-28T09:54:59.713Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://tic-tac-toe-web.imhtapm.now.sh/
- Size: 578 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Tic-Tac-Toe Web
This project built using JS modules.
Tic-tac-toe (American English), noughts and crosses (British English), or Xs and Os is a paper-and-pencil 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. [more](https://en.wikipedia.org/wiki/Tic-tac-toe)
### :fire: [Demo](https://tic-tac-toe-web.imhtapm.now.sh/)
### If you like this project don't forgot to support us by giving a :star:
## Contribution guide
1. Clone the project
```bash
git clone https://github.com/imhta/tic-tac-toe-web.git
cd tic-tac-toe-web
```
2. Then :heavy_plus_sign: add your contribution
3. And Feel free to make a PR
## Contributors
- Imhta [@imhta](https://github.com/imhta)
- Emese Molnar [@Mesi21](https://github.com/Mesi21)