1 Followers
0 Following
3 Posts

Thx Guys for the feedback

https://lemmy.today/post/48933160

Created a Wordle clone for the my Text based app

https://lemmy.today/post/48831358

Created a Wordle clone for the my Text based app - Lemmy Today

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!!!

https://lemmy.today/post/48773778

Introducing the Founding Members badge!!! - Lemmy Today

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!!

https://lemmy.today/post/48773773

Founding Member Badge coming out soon!! - Lemmy Today

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 - Lemmy Today

## 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 - Lemmy Today

Happy Birthday Mija 🥳 Party in the Hideout [https://joinhideout.vercel.app/room/JpKTcET7QWq7S8ChDcrS]

Anyone else miss chaotic late night browser games?

https://lemmy.today/post/47933619

Implemented room voice chat using WebRTC

https://lemmy.today/post/47869203

Implemented room voice chat using WebRTC

https://lemmy.today/post/47869098

Implemented room voice chat using WebRTC - Lemmy Today

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/]