https://github.com/ventralnet/same-game
Same game implementation. Eventually I'd like to add a multiplayer aspect to it
https://github.com/ventralnet/same-game
Last synced: 3 months ago
JSON representation
Same game implementation. Eventually I'd like to add a multiplayer aspect to it
- Host: GitHub
- URL: https://github.com/ventralnet/same-game
- Owner: ventralnet
- Created: 2021-05-17T15:14:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T19:05:41.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T21:31:13.323Z (5 months ago)
- Language: Vue
- Size: 307 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# same-game
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).