pusher / hacktoberfest

24 stars 31 forks source link

Created a Pusher-Powered Demo Meme Game #25

Closed CursedRock17 closed 5 months ago

CursedRock17 commented 1 year ago

Github Repo: https://github.com/CursedRock17/pushinp

I created an active game that you can play on localhost with multiple instance using Pusher's channels to communicate the real actions other players in the game are sending. Additionally, I used a new feature subscription_count to check the amount of players per game lobby, so it doesn't get out of hand in requests.

Most of the information in setting up the game along with the tech stack is in the repo, thanks.

britneycodes commented 1 year ago

Hey @CursedRock17 , thanks for the submission! Could you include a link to the demo app (hosted) and your email address?

CursedRock17 commented 1 year ago

Sorry, had some technical difficulties with the app itself and hosting with heroku, so decided to make an interactive homework helper using the new feature subscriber_count to separate into groups. People create usernames then join groups under a certain subtopic so that they can get help or help others in the same area. It uses a chat and image uploader with Cloudinary (I tried using MongoDB and Firebase and Cloudinary was just the easiest). Another note is that uploading files doesn't work on DuckDuckGo possibly just a security reason.

Github Repo: https://github.com/CursedRock17/pushinp Live: https://homeworkhelperpusher.herokuapp.com/ Email: mtglucas1@gmail.com

CursedRock17 commented 1 year ago

@britneycodes it seems to work for production now