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: 5 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 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T19:05:41.000Z (almost 5 years ago)
- Last Synced: 2025-10-28T08:25:01.231Z (9 months ago)
- Language: Vue
- Size: 307 KB
- Stars: 1
- Watchers: 2
- 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/).