Documentation ¶
Overview ¶
Package soloduel provides a sample match function that makes set up 1v1 matches using a first-in-first-out (FIFO) strategy.
This sample is a reference to demonstrate the usage of the mmf gRPC server and should be used as a starting point for your match function. You will need to modify the matchmaking logic in this function based on your game's requirements.
This implements approximately the same matchmaking logic as the Open Match 1.8 example match functions provided in these Open Match 1.8 files: - examples/scale/scenarios/firstmatch and - examples/functions/golang/soloduel
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWithLogger ¶
New instantiates the MMF Server using default logging
Types ¶
This section is empty.