A real-time social deduction game made possible using firebase realtime. Players join a room, receive secret words, and try to identify the imposter among them through clever descriptions and voting.
Kurpol
Check their projects out: Ainese Whispers, AI learns to play match3 games!
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
to whom reviewing or want to try out this project solo, please prepare 4 devices or browsers (can't be on different tabs because it uses firebase realtime and it'll render the same thing as your other tab), that's also because this game require at least 4 player.
added more word pairs, fixed the issue where when user is eliminated and they'll get kicked out, now they won't, added the system message for whom started the game. Optimized the app for all screen sizes, and the readme is ready
Have a look at the game play, haha I had to open three different browsers to try out this game
this is the one with chat, and the ability to start the game, unlike with socket.io, i wasn't able to try out my app by opening 4 tabs, i'll have to open two different browser to try it out as my player info was stored in the local storage and it is synced across tabs, that's one of the downside of using firebase realtime
join game is now working, added chat feature and voting feature, still not working quite well, almost forgot about devlog
Working on firebase realtime, trying out socket.io alternative because I wanted to host it on vercel