generate_game_words
Generate a secret word pair and assign roles for your Imposter Game session using a category and player count.
Instructions
Generate a set of words for an Imposter Game session. Given a category and player count, this returns a secret word pair (one for civilians, one for the imposter) and assigns the roles to a list of players.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | The ID of the category (e.g., 'standard', 'couples', 'kids'). Call get_categories first if unknown. | |
| playerCount | Yes | The total number of players in the game (minimum 3). |