Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aduh95/tictactoe

Modified version of the classic Tic-Tac-Toe game.
https://github.com/aduh95/tictactoe

Last synced: 1 day ago
JSON representation

Modified version of the classic Tic-Tac-Toe game.

Awesome Lists containing this project

README

        

# Tic-Tac-Toe-ception

A JavaScript implementation of Tic-Tac-Toe game, but each cell is a Tic-Tac-Toe
game. And also fireworks.

- [Check out the rules](./RULES.md)
- [Play the game](https://aduh95.github.io/tictactoe/)

### Run locally

Using Node.js 12+:

```shell
yarn install # installs the dev dependencies
yarn start # starts a local web server
yarn build # builds an optimized version for publication
```