https://github.com/iloomilo/blend-in
🕵️ BlendIn – The Secret Word Game for Discord
https://github.com/iloomilo/blend-in
browser-game game nuxt3
Last synced: about 1 month ago
JSON representation
🕵️ BlendIn – The Secret Word Game for Discord
- Host: GitHub
- URL: https://github.com/iloomilo/blend-in
- Owner: iloomilo
- Created: 2025-05-22T00:07:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-03T11:02:50.000Z (12 months ago)
- Last Synced: 2025-07-03T12:20:07.327Z (12 months ago)
- Topics: browser-game, game, nuxt3
- Language: TypeScript
- Homepage: https://blendin.deno.dev/
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🕵️ BlendIn – The Secret Word Game for Discord
**BlendIn** is a fun and social word game designed to be played with friends over **Discord**. It's all about bluffing, guessing, and blending in. One player is the **Impostor**, and everyone else is trying to figure out who it is — without giving away the secret word.
---
## 🎮 How to Play
1. Open the [BlendIn](https://blendin.deno.dev/) in your browser.
2. Start a game and share the game code or link with your friends on Discord.
3. Everyone joins using their browser (no login required).
4. The game assigns a **secret word** to all players — except one: the **Impostor**.
5. Each player must say a **related word** (out loud on Discord!) that hints at the secret word — without giving it away.
6. The Impostor must make something up and try to **blend in**.
7. After one round, everyone votes for who they think the Impostor is.
8. If the group guesses correctly, they win. If not, the Impostor wins!
> 💬 **Best played over voice chat on Discord!**
---
## 🛠️ Tech Stack
- [Nuxt 3](https://nuxt.com/) – Vue-based full-stack framework
- [Tailwind CSS](https://tailwindcss.com/) – Utility-first CSS framework
- [NuxtUI](https://ui.nuxt.com/) – UI components for Nuxt 3
---
## 🚀 Getting Started (Development)
```bash
git clone https://github.com/yourusername/blendin.git
cd blendin
npm install
npm run dev