peterzhongyi
peterzhongyi
#3962 was submitted to fix the broken CI: https://pantheon.corp.google.com/cloud-build/builds;region=global/ee067e2c-418a-4be3-869e-1cdc31a777fc;step=19?e=13803378&mods=allow_workbench_image_override&project=agones-images Later #3963 was submitted to use k8s-api-version using string literal. This PR achieves the same effect as #3963 with Markdown syntax...
This pull request changes the Space Agon's match making logic from using Open Match 1 to Open Match 2(https://github.com/googleforgames/open-match2/blob/main) Key files to review: 1. director/director.go 2. frontend/frontend.go 3. mmf/mmf.go 4....
Open Match 2 was developed in an effort to reduce the complexity and maintenance cost of Open Match 1. Since we are going to help customers using Open Match 1...
The game can still play, but the game has severe flickering issues.
Use google.DefaultTokenSource to generate a token for running mmqueue locally with `go run`. Closes: #35
Currently omclient.go doesn't generate a token source when running standalone/mmqueue locally with `go run`: https://github.com/googleforgames/open-match-ecosystem/blob/ce40d8fbce32210e0adc339966b3455a9135abb2/v2/internal/omclient/omclient.go#L379 We can generate a token source with google.DefaultTokenSource as suggested in https://github.com/googleapis/google-api-go-client/issues/873#issuecomment-779788114 when users use...
This pull request changes the Guess the Sketch's match making logic from using Open Match 1 to Open Match 2(https://github.com/googleforgames/open-match2/blob/main) Key files to review (files are under the examples/guess-the-sketch/matchmaker directory):...