dyreschlock / schlock-bot

Robot code to run on Twitch, Discord, and host OBS overlays
0 stars 0 forks source link

Pokemon Knowledge Game #76

Open dyreschlock opened 3 years ago

dyreschlock commented 3 years ago

Make a game for the chat where, within a certain period of time, they have to write out every pokemon within a specific generation. If all pokemon are guessed, then everyone in the chat that participated gets some value of points. Let's say 1000. Both the time required and the pokemon generation are passed in as parameters to a command that only the admin can run.

This might require quartz for an internal timer. Also, for feedback, the bot should respond in chat with the remaining number of pokemon every minute, along with how much time is left. And then final 30 seconds, 10 seconds, and 5 seconds.

Also, make an HTML page that shows the silhouette of all remaining pokemon.

Start with Gen 1, and then maybe add more gens later.

dyreschlock commented 3 years ago

Groundwork has been laid. To start, this game won't use any timers.