-
Notifications
You must be signed in to change notification settings - Fork 3
Multiplayer #14
Copy link
Copy link
Open
Labels
Description
aydin41k
opened on Oct 24, 2022
Issue body actions
- Create a database (could be a local file on the server - or one file per match)
- Two people can connect to the game and "take a seat"
- Each player gets a "reveal the cards" button
- Once a player presses the button, their cards open
- Once both players open their cards, the score is calculated
- Once the score is calculated, "New round" button appears. Either player (or a third party) can press it to start a new round
- The match is deleted 24 hours after creation (control this via a cron or whichever way)
Reactions are currently unavailable