Files
multiplayer-stickfigure-game/README.md
2021-09-07 12:55:09 -04:00

26 lines
450 B
Markdown

# chill-space
A multiplayer game that uses TensorflowJS to place a stickfigure version of you on a canvas with others in your virtual room.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).