Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)