LyingMan

LyingMan

14 devlogs
16h 46m
•  Ship certified
Created by Chee Yong

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.

Timeline

Ship 1

1 payout of shell 293.0 shells

Chee Yong

24 days ago

Chee Yong Covers 14 devlogs and 16h 46m

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.

Update attachment

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

Update attachment

Have a look at the game play, haha I had to open three different browsers to try out this game

added the how to play section, now i'm going to record a video for the demo

Update attachment

added system messages

Update attachment

This is the section where it shows the word, and able to describe the word in the chat

Update attachment

The voting summary is now working well

Update attachment

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

Update attachment

join game is now working, added chat feature and voting feature, still not working quite well, almost forgot about devlog

Update attachment

still working on the firebase realtime

Update attachment

experimenting with firebase realtime, so far able to get all user connected

Update attachment

got the home page going, currently still figuring out the firebase realtime

Update attachment

Testing out with the realtime database

Update attachment

Working on firebase realtime, trying out socket.io alternative because I wanted to host it on vercel

Update attachment