Jokenpo

Github top language Github language count Repository size

✨ About the project

It's a multiplayer Paper, Rock, and Scissors game. It manages multiple players and matches simultaneously using WebSockets.

🚀 Used Technologies

How to run it

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

Is there a demo?

Sure! Here: Play now


📺 Screenshots

Searching Room:

Searching Room

Playing:

Playing

Match Result:

Match Result