-
-
Notifications
You must be signed in to change notification settings - Fork 255
Open
Labels
status: stalledSomething is blocking further progressSomething is blocking further progresstype: featureRelating to the functionality of the application.Relating to the functionality of the application.
Description
Description
Following the removal in #871, hangman should be re-added again.
Reasoning
Quickly following its introduction it become apparent that hangman's multiplayer mode had some flaws. Most importantly, it meant that a whole channel was occupied.
Proposed Implementation
Multiplayer mode should be reintroduced using threads, this is also the reason that the issues are separated. As the Python bot doesn't quite yet receive messages in threads so threads have not yet been enabled.
The bot should open a thread on the hangman message and listen for messages in that thread, unless the command was invoked in a thread that is, at which point it will play like normal.
Would you like to implement this yourself?
- I'd like to implement this feature myself
- Anyone can implement this feature
Metadata
Metadata
Assignees
Labels
status: stalledSomething is blocking further progressSomething is blocking further progresstype: featureRelating to the functionality of the application.Relating to the functionality of the application.