> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flamey.lol/llms.txt
> Use this file to discover all available pages before exploring further.

# Minigames

> Engage your community with fun, interactive games.

Flamey brings entertainment directly to your server with a suite of built-in minigames.

## Available Games

<CardGroup cols={2}>
  <Card title="BlackTea" icon="mug-hot">
    **Command:** `/blacktea` or `/bt`

    A fast-paced word bomb game. Players must type a word containing the specified syllable before time runs out.
  </Card>

  <Card title="Rock Paper Scissors" icon="hand-scissors">
    **Command:** `/rps @user`

    Challenge a friend to a classic duel. Moves are hidden until both players have chosen!
  </Card>

  <Card title="Tic Tac Toe" icon="x">
    **Command:** `/tictactoe @user`

    The classic strategy game. Be the first to get 3 in a row.
  </Card>

  <Card title="Guess the Number" icon="question">
    **Command:** `/guessthenumber` or `/gtn`

    I'll pick a number between 1 and 100. Can you guess it?
  </Card>
</CardGroup>

## How to Play: BlackTea

<Steps>
  <Step title="Join the Lobby">
    Run `/blacktea` to start a new game. Other users can click the **Join** button.
  </Step>

  <Step title="Start the Game">
    The host clicks **Start** when everyone is ready.
  </Step>

  <Step title="Type Correctly">
    When it's your turn, type a word containing the letters shown on screen (e.g., for "GRA", type "GRAPE").
  </Step>

  <Step title="Don't Explode">
    If you fail to type a valid word in time, you're eliminated! Last player standing wins.
  </Step>
</Steps>
