Team 99: The Sorcerer Camels Hannah Jacob - htj7 Sanaa Bhorkar - sb2759 Kashish Balan - kdb89 Prisha Rai - pr482
A word-guessing social deduction game. Two versions: solo and multiplayer.
You play as the imposter. The game picks a secret word from a random category and gives you one hint at a time. Your job is to figure out the word.
dune exec bin/main.exeHow to play:
- A category is shown (e.g. Animals).
- You get one hint word at a time from the same category.
- Type your guess after each hint.
- Type
give upto reveal the word and quit the round. - At the end, type
yto play again ornto quit.
You need at least 3 players. One person runs the server, everyone connects as a client.
dune exec bin/server_main.exe -- 4000dune exec bin/client_main.exe -- HOST PORT YOUR_NAMEExample:
dune exec bin/client_main.exe -- localhost 4000 prishaThe first person to connect is the host (shown as 👑 in the lobby). Once everyone has joined, the host types:
start
One random player is secretly chosen as the imposter. Everyone else is crew and knows the secret word.
- Clue phase: Players take turns giving one word related to the secret word. The imposter has to fake a believable clue.
- Vote phase: Everyone votes on who they think the imposter is. Type the player's name (case doesn't matter).
- Guess phase: If the imposter gets voted out, they get one last chance — guess the secret word to still win.
- Crew wins if the imposter is voted out and fails to guess the word.
- Imposter wins if they survive the vote, or get caught but correctly guess the word.
- Draw if the vote ties.
After each round, everyone votes y or n to play again.