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

https://github.com/eldarlrd/tic-tac-toe

A classic Tic Tac Toe game for TOP.
https://github.com/eldarlrd/tic-tac-toe

inferno odin-project tachyons tic-tac-toe

Last synced: 3 months ago
JSON representation

A classic Tic Tac Toe game for TOP.

Awesome Lists containing this project

README

          

# Tic Tac Toe
[![Version](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/eldarlrd/tic-tac-toe/main/package.json&query=version&logo=git-extensions&label=version&labelColor=475569&color=0284c7)](https://github.com/eldarlrd/tic-tac-toe/blob/main/package.json)
[![License](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/eldarlrd/tic-tac-toe/main/package.json&query=license&logo=open-source-initiative&logoColor=fff&label=license&labelColor=475569&color=c026d3)](https://github.com/eldarlrd/tic-tac-toe/blob/main/LICENSE)

> Tic Tac Toe is a classic game built using
> - **[Inferno](https://infernojs.org)**
> - **[Tachyons](https://tachyons.io)**
> - **[Flow](https://flow.org)**
> - **[webpack](https://webpack.js.org)**
>
> with PvE and PvP modes.

## Install
```sh
yarn
```
## Develop
### Run Env.
```sh
yarn start
```
### Prod. Build
```sh
yarn build
```
### Type Check
```sh
yarn type
```
### Format Code (ESLint + Prettier)
```sh
yarn format
```
## Deploy
```sh
yarn deploy
```
***
*This README was originally generated by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)*