-
-
Notifications
You must be signed in to change notification settings - Fork 259
Rock-Paper-Scissors Command #613
Copy link
Copy link
Closed
Labels
status: approvedThe issue has received a core developer's approvalThe issue has received a core developer's approvaltype: featureRelating to the functionality of the application.Relating to the functionality of the application.
Metadata
Metadata
Assignees
Labels
status: approvedThe issue has received a core developer's approvalThe issue has received a core developer's approvaltype: featureRelating to the functionality of the application.Relating to the functionality of the application.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Rock-paper-scissors is a very common game that can be really interesting to play, especially on Discord. It would be a good choice to have it on Sir LanceBot, known for its simple but fun and interesting games.
Reasoning
This is a simple game that can instantly cure boredom and can also be very engaging at times. It would be used by many on the server and it also deserves to be added along with the other games, such as tic-tac-toe and battleship.
Proposed Implementation
It is a pretty simple code and the outcome should be as shown in the image below. The image is of course not the final output, I will improvise the commands and modify the results according to your needs and requirements.
Here is what the command would be:
Rock-paper-scissors command:
rpswith an alias -rockpaperscissorsThis command can be used without an argument but adding an argument will take the user's argument into consideration, also concluding who won in the end.
This command will simply be made using the
randommodule.Would you like to implement this yourself?