I am currently creating a project in Flutter. It is a simple language game called “Phrases”. The premise of the game is where 5 users compete to think of the best phrase from a randomly generated string of characters based on a given topic. So if the given game topic was IHM a user could submit “I Hate Mondays”. The users then vote on someone else who came up with the best Phrase. I am at the point where I have the user authentication, and most of the Front end stuff finished. I am looking for guidance on creating a scalable multiplayer matching making system. A system which groups 5 players from a queue. I’m unsure where to start or what technologies/frameworks to consider for building the backend. Thank you for your time!
.
Zach Burt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.