We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This creates a button in the Main Menu that allows users to make a custom Lobby. The Lobby ID should be randomly generated.
This puts the user into a queue with a given randomized Lobby ID. Other players can join the lobby by typing in that lobby id.
Game
The text was updated successfully, but these errors were encountered:
Requires review - may be outdated. Lobby button currently superceded by Play button
Sorry, something went wrong.
No branches or pull requests
Abstract
This creates a button in the Main Menu that allows users to make a custom Lobby. The Lobby ID should be randomly generated.
Details
This puts the user into a queue with a given randomized Lobby ID.
Other players can join the lobby by typing in that lobby id.
Tasks
Game
instances rather than than the auto-generated ones.The text was updated successfully, but these errors were encountered: