An open API service indexing awesome lists of open source software.

https://github.com/prinzpiuz/stone-paper-scissor

An online multiplayer Stone,Paper,Scissor
https://github.com/prinzpiuz/stone-paper-scissor

game hacktoberfest multiplayer multiplayer-browser-game onlinegame p2p webrtc webtorrent

Last synced: about 2 months ago
JSON representation

An online multiplayer Stone,Paper,Scissor

Awesome Lists containing this project

README

        


Rock Paper Scissor


No Server, No Storage, Just Peer to Peer

Play Now

## Description

This is a peer to peer game built on top of [p2p](https://github.com/subins2000/p2pt) library

### 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/).