ErythroGuild / irene

<Erythro>'s server admin bot.
Mozilla Public License 2.0
0 stars 0 forks source link

Implement minigames with a dedicated bot #221

Open Ernest314 opened 2 years ago

Ernest314 commented 2 years ago

Single-player (but possibly with multiplayer version):

Multiplayer

Martin Fowler's favorite board games: https://www.martinfowler.com/articles/eurogames/

Ernest314 commented 2 years ago

see #201 for more chopsticks info

Ernest314 commented 2 years ago

Battleship may want to use a modal to input initial state. Use different characters for different ship lengths? (somewhat-easy to validate)

Ernest314 commented 2 years ago

Records for minigames will have to differentiate between multiplayer and single player scores (somehow).

Ernest314 commented 2 years ago

Skulls and roses could have multiple skull / flower emojis (in different styles?) mixed in at different rates to increase difficulty. Also, consider lilies and marigolds in addition to roses.

Ernest314 commented 2 years ago

"Incomplete Information" tic-tac-toe has people randomly assigned to try and win/lose/tie, and you score points based on if you achieve your objective. This could be implemented by having buttons, that when clicked, give ephemeral followup responses to assign objectives.

Ernest314 commented 1 year ago

Use / reimplement the code stashed from #374.