"Undercover" is a fun and engaging game designed to be played with friends or family in real life. It's a guessing game that involves identifying intruders among the players, with a twist of having a mysterious character known as "Mister White."
0.1.0
- 🎲 Playable in real life with a group of friends or family.
- 🧑🤝🧑 Supports 4 to 10 players.
- 🔄 Multiple rounds of gameplay where players aim to identify the intruders among them.
- 🎭 Unique roles assigned to players: Intruders, Crewmates, and the enigmatic Mister White.
- 💻 Simple and intuitive UI built with a modern tech stack.
- Next.js: Frontend framework.
- Tailwind CSS: Styling.
- Radix UI: Accessible UI components.
- TypeScript: Type-safe code.
- ESLint & Prettier: Code quality and formatting.
To get started with "Mister White", clone the repository and install the dependencies:
git clone https://github.com/tpgainz/undercover/
cd undercover
npm install
Start the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Designed for real-life play.
- Best experienced with a game leader.
- No online multiplayer mode currently available.
- The game progresses in several rounds.
🎯 Find the intruders among the players!
- 🔴 Intruders: Have a different word than the crewmates
- 🟢 Crewmates: Have the same word but don't know the intruders.
- 🔵 Mister White: Doesn't know the word and is unaware of being Mister White.
- Players express synonyms of their words each turn.
- The objective is to identify the intruder based on the synonyms given.
- Minimum of 4 players, maximum of 10.
- Players select a card and receive a word (except Mister White).
- The game dictates the start and order of turns.
- Each player expresses a synonym of their word.
- Voting occurs to eliminate a suspected intruder.
- The game ends when all intruders or Mister White (if identified and guesses the crewmates' word) are found.
Contributions to "Undercover" are welcome! Just submit a PR
This project is licensed under [MIT].