An open API service indexing awesome lists of open source software.

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!

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.