Rock-Paper-Scissors Command
See original GitHub issueDescription
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: rps
with an alias - rockpaperscissors
This 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 random
module.
Would you like to implement this yourself?
- I’d like to implement this feature myself
- Anyone can implement this feature
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top GitHub Comments
Yeah, alright. I initially had the whole command ready but I didn’t know how to raise a pull request for it so I wasn’t able to implement it.
Great, thanks for the update @InvisibleOS . @Akarys42 can you please assign this to me? Thanks.