Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomokimiyauci/matryoshka
:video_game: Real-time battle game evolved the Tic Tac Toe:dolls:
https://github.com/tomokimiyauci/matryoshka
board-game chromatic express firebase game githubactions hygen jest nuxt pwa snapshot ssr storybook stylelint typescript visual-regression vue vue-composition-api vuetify
Last synced: about 1 month ago
JSON representation
:video_game: Real-time battle game evolved the Tic Tac Toe:dolls:
- Host: GitHub
- URL: https://github.com/tomokimiyauci/matryoshka
- Owner: TomokiMiyauci
- License: mit
- Created: 2019-12-08T07:36:30.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-11T16:23:51.000Z (almost 2 years ago)
- Last Synced: 2024-09-20T00:27:48.467Z (about 2 months ago)
- Topics: board-game, chromatic, express, firebase, game, githubactions, hygen, jest, nuxt, pwa, snapshot, ssr, storybook, stylelint, typescript, visual-regression, vue, vue-composition-api, vuetify
- Language: Vue
- Homepage: https://nested-dolls.firebaseapp.com/
- Size: 2.08 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Matryoshka
![test](https://github.com/TomokiMiyauci/matryoshka/workflows/test/badge.svg?event=push)
[![codecov](https://codecov.io/gh/TomokiMiyauci/matryoshka/branch/develop/graph/badge.svg)](https://codecov.io/gh/TomokiMiyauci/matryoshka)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)> This is board game evolved the Tic Tac Toe.
> Play against your favorite people!## Component Catalog
You can see the components used in this project.
## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).