Lua lobby library #6
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: j4nk/open-card-table#6
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A generic lobby written in lua that should collect client IPs and expose a method to begin the game, and broadcast the client list to all clients when a new client joins at the very least. I'm thinking that the main thing should be a call to a function named
lobby()
.