https://github.com/stackbuilders/rock-paper-scissors
Multiplayer Rock, Paper, Scissors game made with Typescript & Socket.io
https://github.com/stackbuilders/rock-paper-scissors
Last synced: 3 months ago
JSON representation
Multiplayer Rock, Paper, Scissors game made with Typescript & Socket.io
- Host: GitHub
- URL: https://github.com/stackbuilders/rock-paper-scissors
- Owner: stackbuilders
- Created: 2020-07-25T12:19:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T19:18:30.000Z (over 5 years ago)
- Last Synced: 2025-01-23T04:32:38.645Z (about 1 year ago)
- Language: TypeScript
- Size: 123 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock, Paper, Scissors
Multiplayer Rock, Paper, Scissors game made with Typescript & Socket.io
# Installation
## Requirements
- Node, version 10 or higher
## Steps
- Clone this repository
- Install dependencies with `npm install`
- Start the application with `npm start`
Happy gaming!