/guess-the-category

a simple guessing game to play in Discord

Primary LanguageHaskellISC LicenseISC

Guess the category!

Check

A simple guessing/deception game inspired by Spyfall, using Discord as the user interface.

Usage

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 round
  • leave: leave the lobby
  • set: set the categories for the next round
  • new: start a new round
  • reveal: show the player their assignment (using an "ephemeral" message)