Documentation ¶
Overview ¶
Package mmf provides a sample match function that uses the GRPC harness to set up 1v1 matches. This sample is a reference to demonstrate the usage of the GRPC harness and should only 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.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeMatches ¶
func MakeMatches(p *mmfHarness.MatchFunctionParams) ([]*pb.Match, error)
MakeMatches is where your custom matchmaking logic lives.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.