https://github.com/layflags/tictactoe
The famous TicTacToe game in a few lines of vanilla ES6.
https://github.com/layflags/tictactoe
Last synced: 16 days ago
JSON representation
The famous TicTacToe game in a few lines of vanilla ES6.
- Host: GitHub
- URL: https://github.com/layflags/tictactoe
- Owner: layflags
- License: mit
- Created: 2015-10-08T20:26:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T17:47:10.000Z (over 4 years ago)
- Last Synced: 2025-01-13T10:49:22.313Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://tictactoe.layfla.gs
- Size: 479 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tictactoe
[](https://github.com/feross/standard)
[](https://circleci.com/gh/layflags/tictactoe)
[](https://gitlab.com/layflags/tictactoe/commits/master)
The famous TicTacToe game in a few lines of vanilla ES6.
Play it right here in your browser: http://tictactoe.layfla.gs
## Development
```
npm install
npm run dev
```
## Test
```
npm test
```
## License
[MIT](LICENSE)