Guess the category!
A simple guessing/deception game inspired by Spyfall, using Discord as the user interface.
The bot is written in Haskell using discord-haskell. It requires GHC and cabal:
git clone https://github.com/lewis-weinberger/guess-the-category
cd guess-the-category
cabal build
export DISCORD_TOKEN=<your-token-here>
export DISCORD_GUILD=<your-guild-here>
cabal run
The bot registers the following slash commands in Discord:
join
: join the lobby to play the next roundleave
: leave the lobbyset
: set the categories for the next roundnew
: start a new roundreveal
: show the player their assignment (using an "ephemeral" message)