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
- Host: GitHub
- URL: https://github.com/prinzpiuz/stone-paper-scissor
- Owner: prinzpiuz
- License: gpl-3.0
- Created: 2020-09-28T10:23:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T14:48:28.000Z (over 4 years ago)
- Last Synced: 2025-03-26T00:36:30.888Z (2 months ago)
- Topics: game, hacktoberfest, multiplayer, multiplayer-browser-game, onlinegame, p2p, webrtc, webtorrent
- Language: Vue
- Homepage: https://silly-fermat-36c0e6.netlify.app/
- Size: 555 KB
- Stars: 27
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rock Paper Scissor
No Server, No Storage, Just Peer to Peer
## 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/).