https://github.com/googleforgames/open-match-ecosystem
Demos, examples, and tests, oh my!
https://github.com/googleforgames/open-match-ecosystem
Last synced: 12 months ago
JSON representation
Demos, examples, and tests, oh my!
- Host: GitHub
- URL: https://github.com/googleforgames/open-match-ecosystem
- Owner: googleforgames
- License: apache-2.0
- Created: 2019-10-03T20:53:14.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-07-28T09:19:50.000Z (about 1 year ago)
- Last Synced: 2025-07-28T11:26:41.520Z (about 1 year ago)
- Language: Go
- Size: 386 KB
- Stars: 28
- Watchers: 11
- Forks: 11
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# open-match-ecosystem
Anything we provide that is not the core functionality of Open Match but interacts with it can be found here, along with a few other odds and ends that don't fit elsewhere.
## Open Match v1.x
Demos, examples, and tests, oh my!
Command to rebuild all of the proto files in the repository:
```sh
docker build -f=Dockerfile.build-protos -t build-protos . && docker run --rm --mount type=bind,source="$(pwd)",target=/workdir/mount build-protos
```
## Open Match v2.x
See the `v2` directory for code intended to work with Open Match 2.x.