An open API service indexing awesome lists of open source software.

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

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