BuddyGG / buddy_matching

Somewhat generic player matching service built with Elixir and Phoenix
https://www.buddy.gg
GNU Affero General Public License v3.0
64 stars 7 forks source link

Investigate group match making #147

Open ecly opened 5 years ago

ecly commented 5 years ago

Planning on doing this as an extra field on the player struct, which will be stored as a list of other player structs. The frontend will then be able to add players to list when signing up, where it can retrieve info on these players using the game-specific API. More thought, and a prototype implementation is needed.