CaptSeagull / ShroomyBot

Python Bot to be used for Discord Chat Servers
1 stars 1 forks source link

Fishing #2

Open CaptSeagull opened 6 years ago

CaptSeagull commented 6 years ago

Glub glub

kyoniichan commented 5 years ago

tbh i'm not really sure what this would be

CaptSeagull commented 5 years ago

let's say you enter the fish command, the bot will reply: a b c 1 [ ][ ][ ] 2 [ ][ ][ ] 3 [ ][ ][ ]

Something like this and will wait for the caller to reply with a command corresponding to the box. If no fish there, it will be marked 'X' until an actual fish is caught. e.g. b2 a b c 1 [ ][ ][ ] 2 [ ][X][ ] 3 [ ][ ][ ] The bot will then display how many times it took for the user to catch the fish.

The game can be ended prematurely if they entered the command to stop or if user is idle for some time. That's what I'm thinking of when I made this.

kyoniichan commented 5 years ago

7 pull request made