Flexible, extensible, and scalable video game matchmaking.
Перейти к файлу
Lucy Yuan 1499576e2f Merge branch 'master' of github.com:googleforgames/open-match 2021-02-18 11:33:36 -05:00
.github Updated release steps. Added additional step to publish release notes to OM Blog (#1338) 2021-01-15 17:26:56 -05:00
api Improve proto comments (#1340) 2021-01-19 11:05:21 -08:00
cmd Refactor internal telemetry package (#1192) 2020-05-06 18:42:20 -07:00
docs Makefile update to make api/api.md target commands universal across various environments (#1283) 2020-11-19 22:22:54 -08:00
examples Fix minor typos (#1347) 2021-01-22 01:49:07 +03:00
install add fix in helm chart to use custom redis instance (#1330) 2021-01-18 16:52:22 +03:00
internal Merge branch 'master' of github.com:googleforgames/open-match 2021-02-18 11:33:36 -05:00
pkg Fix minor typos (#1347) 2021-01-22 01:49:07 +03:00
third_party Move the Redis chart to bitnami as update to 12.3.3 (#1315) 2021-01-12 11:58:52 -08:00
tools Tests update: use require assertion (#1257) 2020-09-09 14:24:18 -07:00
tutorials Updating the dependencies for the project (#1281) 2020-11-12 15:21:07 -05:00
.dockerignore Rename Mmlogic to Queryservice (#1055) 2020-01-27 15:27:17 -08:00
.gcloudignore Add missing copyright headers and godoc package comments. (#329) 2019-05-01 14:23:35 -07:00
.gitignore Rename Mmlogic to Queryservice (#1055) 2020-01-27 15:27:17 -08:00
.golangci.yaml Enabled more golangci tests to improve code health (#1089) 2020-02-06 14:07:41 -08:00
CONTRIBUTING.md Documenation updates for RC1 2018-08-24 11:04:36 -04:00
Dockerfile.base-build Update to go 1.14 (#1133) 2020-02-26 14:13:37 -08:00
Dockerfile.ci Update to go 1.14 (#1133) 2020-02-26 14:13:37 -08:00
Dockerfile.cmd Use templated Dockerfile and make for cmd images (#676) 2019-07-26 18:10:59 -07:00
LICENSE Documenation updates for RC1 2018-08-24 11:04:36 -04:00
Makefile Add help comments in Makefile (#1332) 2021-01-14 16:43:51 +03:00
README.md Undo change that I shouldn't have been able to do 2020-11-16 16:35:07 -08:00
cloudbuild.yaml Move the Redis chart to bitnami as update to 12.3.3 (#1315) 2021-01-12 11:58:52 -08:00
code-of-conduct.md Updated readme and added code of conduct. 2018-08-30 09:12:13 +09:00
doc.go Fix URLs, Post Submit, add gofmt to presubmit (#381) 2019-05-09 11:12:31 -07:00
go.mod Add Backfill support to internal statestore (#1273) 2020-11-19 14:20:55 -08:00
go.sum Update go.sum (#1296) 2020-11-30 09:59:35 -08:00

README.md

Open Match

GoDoc Go Report Card License GitHub release Follow on Twitter

Open Match is an open source game matchmaking framework that simplifies building a scalable and extensible Matchmaker. It is designed to give the game developer full control over how to make matches while removing the burden of dealing with the challenges of running a production service at scale.

Please visit Open Match website for user documentation, demo instructions etc.

Contributing to Open Match

Open Match is in active development and we would love your contribution! Please read the contributing guide for guidelines on contributing to Open Match.

The Open Match Development guide has detailed instructions on getting the source code, making changes, testing and submitting a pull request to Open Match.

Support

Code of Conduct

Participation in this project comes under the Contributor Covenant Code of Conduct

License

Apache 2.0