hugosaintemarie / magic-maze

Online version of board game "Magic Maze"
https://magicmaze.herokuapp.com
MIT License
20 stars 11 forks source link

Add Multiplayer #71

Closed Y0ngg4n closed 2 years ago

Y0ngg4n commented 2 years ago

Hey would be nice if you could add a multiplayer option to play with friends. Maybe with an invitation code? Connection could be implemented via Websockets.

rcjsuen commented 2 years ago

Hey would be nice if you could add a multiplayer option to play with friends.

Multiplayer is already supported if you use the magicmaze.herokuapp.com link. It was a little buggy the last time I tried though.

hugosaintemarie commented 2 years ago

Indeed, multiplayer was the whole plan since the beginning of the project! Don't hesitate to open another issue if you stumble upon some bugs @Y0ngg4n 🙂

Y0ngg4n commented 2 years ago

@rcjsuen how does it work? where can i join a game?

rcjsuen commented 2 years ago

@rcjsuen how does it work? where can i join a game?

If you create a game and your friends open the website at the same time they should see the game.

Y0ngg4n commented 2 years ago

@rcjsuen ahhh thank you :)