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

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

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!