Thx Guys for the feedback
Thx Guys for the feedback
The Hideout
Created a Wordle clone for the my Text based app
i spent some time this week building a small wordle clone and integrating it into my app. the process was actually pretty fun. the main parts were building the word validation, handling the tile states (correct letter / wrong spot / not in word), and making sure the guesses update instantly for the each player. the UI took a bit of tweaking too so it feels responsive and not laggy when revealing the tiles. the interesting part was fitting it into the rest of my app since it’s more of a social space with rooms and games (we already have mafia and spyfall). so the wordle game had to work cleanly alongside those without breaking the flow of the rooms. it’s still pretty simple right now but it works well and people have started playing it. if anyone is curious, you can check it out here: The Hideout [https://joinhideout.vercel.app/]
Introducing the Founding Members badge!!!
To celebrate hitting 100 signups 🍾(yaaayyyy!!!) The Hideout is dropping and exclusive founding members badge for the first 100 users. BUUUUTTTTT… it not tooo late to get a badge sign up today to be a member (limited to the next 400 users) The Hidout [https://joinhideout.vercel.app/]
Founding Member Badge coming out soon!!
To celebrate hitting 100 signups 🍾(yaaayyyy!!!) The Hideout is dropping and exclusive founding members badge for the first 100 users. BUUUUTTTTT… it not tooo late to get a badge sign up today to be a member (limited to the next 400 users) The Hidout [https://joinhideout.vercel.app/]
My profile
## hito — The Hideout Profile Just hit Level 1 on The Hideout [https://joinhideout.vercel.app/]! 🎮 My stats: | | | |—|—| | Level | 1 | | Total XP | 10 | | Days Active | 10 | The Hideout is a gaming community app — XP progression, game rooms, and friends who actually show up. 👉 Join here: THE HIDEOUT [https://joinhideout.vercel.app/]
Random room I found
Anyone else miss chaotic late night browser games?
Implemented room voice chat using WebRTC
Implemented room voice chat using WebRTC
I have been building a small browser multiplayer project that was text only. Mostly social and party type games. Recently I added room wide voice chat using WebRTC. Everyone in the room can join the call if they want, or just stay in text. What surprised me was how different everything felt. Before voice Small rooms with 3 or 4 people felt kind of dead Conversations were slower Social deduction games felt less intense After adding voice Even 3 people feels active Accusations hit way harder when you can hear hesitation People stay longer once they join voice Some users join just to listen Nobody is forced to join voice, but once one or two people join, others usually follow. Has anyone else added voice to a text based project? Did it change engagement for you? link [https://joinhideout.vercel.app/]