It's a multiplayer Paper, Rock, and Scissors game. It manages multiple players and matches simultaneously using WebSockets.
You can setup the server port on the environment variable: NODE_PORT
(if you don't, it will use 3000 as default) and setup the logs on terminal by setting NODE_ENV=dev
.
With the server running, open your browser on the application url (e.g.: http:///localhost:3000
).
Important: The game requires two browsers connected to start a match
Sure! Here: Play now