We have a multiplayer game built in Phaser JS and Colyseus as the server for multiplayer. Right now we need to scale and expand the game with the following features.
- Login and signup – using firebase auth (SMS, social media,email).
- Users can also logout.
- Users need to be able to add funds(Payment gateway is available) to their wallet through.
- Depending on available balance users can set an amount to play.
- Match players based on set amount in order to play. Players could be online or send invite via link.
- After game amounts of players should be updated.
- Users should be able to withdraw their available balance.
- Users should be able to send invites to friends to play else match with online users.
- Ability to add/remove friends.
- Game should be responsive, if on mobile it should fit the mobile view.
I prefer you share your github and sample games you have built.