Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/layflags/tictactoe
The famous TicTacToe game in a few lines of vanilla ES6.
https://github.com/layflags/tictactoe
Last synced: 27 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T17:47:10.000Z (about 3 years ago)
- Last Synced: 2023-03-12T06:33:43.325Z (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
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
[![CircleCI](https://circleci.com/gh/layflags/tictactoe.svg?style=svg)](https://circleci.com/gh/layflags/tictactoe)
[![build status](https://gitlab.com/layflags/tictactoe/badges/master/build.svg)](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)