← home // about // projects // contact
← Back to projects

IMPOSTOR

Real-time multiplayer social deduction game

React Firebase Cloudflare Pages Real-time DB

// try it live

Live Preview Open in new tab

// overview

An online multiplayer game inspired by the Among Us concept. Players receive words and must figure out who the "impostor" is — the player with a different word. The game supports real-time communication, voting, and dynamic rooms.

Impostor is an online multiplayer game for 3–10 players. Each round, one player receives a different word from the others — they are the "impostor". Players discuss and vote on who the impostor is. The game supports:

  • Real-time rooms with unique access codes
  • Firebase Realtime Database for instant synchronization
  • Voting system with timer
  • Dynamic word display depending on role
  • Responsive design for mobile and desktop devices
  • Deployed on Cloudflare Pages with Workers backend

// screenshots

// demo videos

Demo

// documentation

Documentation Open PDF

Project documentation available as PDF

View Documentation