An open API service indexing awesome lists of open source software.

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

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)