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.
- Host: GitHub
- URL: https://github.com/eldarlrd/tic-tac-toe
- Owner: eldarlrd
- License: agpl-3.0
- Created: 2023-07-19T15:40:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T16:22:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T05:14:20.819Z (9 months ago)
- Topics: inferno, odin-project, tachyons, tic-tac-toe
- Language: JavaScript
- Homepage: https://eldarlrd.github.io/tic-tac-toe/
- Size: 1.98 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic Tac Toe
[](https://github.com/eldarlrd/tic-tac-toe/blob/main/package.json)
[](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)*