Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googleforgames/open-match
Flexible, extensible, and scalable video game matchmaking.
https://github.com/googleforgames/open-match
game-development go golang kubernetes matchmaking multiplayer
Last synced: 5 days ago
JSON representation
Flexible, extensible, and scalable video game matchmaking.
- Host: GitHub
- URL: https://github.com/googleforgames/open-match
- Owner: googleforgames
- License: apache-2.0
- Created: 2018-08-16T23:57:53.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T12:58:47.000Z (3 months ago)
- Last Synced: 2024-10-19T06:42:58.638Z (16 days ago)
- Topics: game-development, go, golang, kubernetes, matchmaking, multiplayer
- Language: Go
- Homepage: http://open-match.dev
- Size: 56.2 MB
- Stars: 3,173
- Watchers: 85
- Forks: 335
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Codeowners: .github/CODEOWNERS
- Governance: docs/governance/templates/release.md
Awesome Lists containing this project
- awesome - googleforgames/open-match - Flexible, extensible, and scalable video game matchmaking. (Go)
- awesome-repositories - googleforgames/open-match - Flexible, extensible, and scalable video game matchmaking. (Go)
- awesome-golang-repositories - open-match
- AwesomeCppGameDev - open-match
README
![Open Match](https://github.com/googleforgames/open-match-docs/blob/master/site/static/images/logo-with-name.png)
[![GoDoc](https://godoc.org/open-match.dev/open-match?status.svg)](https://godoc.org/open-match.dev/open-match)
[![Go Report Card](https://goreportcard.com/badge/open-match.dev/open-match)](https://goreportcard.com/report/open-match.dev/open-match)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/googleforgames/open-match/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release-pre/googleforgames/open-match.svg)](https://github.com/googleforgames/open-match/releases)
[![Follow on Twitter](https://img.shields.io/twitter/follow/Open_Match.svg?style=social&logo=twitter)](https://twitter.com/intent/follow?screen_name=Open_Match)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](https://open-match.dev/site/docs/) 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](CONTRIBUTING.md) for guidelines on contributing to
Open Match.The [Open Match Development guide](docs/development.md) has detailed instructions
on getting the source code, making changes, testing and submitting a pull request
to Open Match.## Support
* [Slack Channel](https://open-match.slack.com/) ([Signup](https://join.slack.com/t/open-match/shared_invite/zt-5k57lph3-Oe0WdatzL32xv6tPG3PfzQ))
* [File an Issue](https://github.com/googleforgames/open-match/issues/new)
* [Mailing list](https://groups.google.com/forum/#!forum/open-match-discuss)## Code of Conduct
Participation in this project comes under the [Contributor Covenant Code of Conduct](code-of-conduct.md)
## License
Apache 2.0