Hey everyone π
About two months ago I posted about a real-time game I built called WWC Mafia β a quick, anonymous social deduction game inspired by Mafia/Werewolf that required no signup, just click and play.
Since then, Iβve kept building β and things got weird (in a good way π).
π§ͺ The Experiment Evolves
What started as a single game mode inside WWC is now a side project of its own: The Hideout.
Itβs not a product, not monetized β just an experimental multiplayer platform for fast, anonymous party games.
π΅οΈ What It Does
- Lets you join party games (Mafia, Spyfall, Undercover) through secret links
- No signups, no search β just a URL or QR code
- Real-time chat and role-based turns using WebSockets
- Ghost chat system (eliminated players talk privately)
- Waiting room for pre-game chat and late joins
It's intentionally a little mysterious β more like a digital speakeasy than a public game site.
π§° Tech Stack
- Frontend: Next.js + React
- Backend: Node.js + Express
- Real-time: Socket.IO
- State: In-memory for now (looking into Redis later)
- Hosting: Vercel (frontend), Render (backend β might upgrade)
π‘ Why Iβm Making This
I like building things that feel alive β multiplayer, real-time, weird little online worlds.
Some of the goals for this were:
- Push my understanding of WebSocket-based game loops
- Figure out how to handle state transitions (join β lobby β game β postgame)
- Keep it simple but expressive
- Experiment with hidden-access mechanics
Itβs also fun to design something that doesnβt want to be found unless youβre invited.
π What Iβm Still Exploring
- Cleaner game logic across different party games
- Moderation / kick-vote system
- Host tools and player roles
- Maybe storing rounds for playback/debugging
- UI improvements (still very prototype-looking)
π§ Lessons Learned So Far
- Real-time multiplayer is chaotic and rewarding
- Socket events need strict structure or things break fast
- Keeping it anonymous keeps the vibe casual (but also needs safeguards)
- Shipping early gets you unstuck
π€ If You're Curious...
You can check out WWC Mafia here: (https://worldwidechat.vercel.app)
and if u have any improvements or suggestions feel free to leave a comment.π
Thanks for reading. If youβre into multiplayer games, WebSocket stuff, or just weird online social projects β Iβd love to see what youβre building too.
β Hito (aka H1-T0)
Top comments (0)