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.
Demos, examples, and tests, oh my!
Command to rebuild all of the proto files in the repository:
docker build -f=Dockerfile.build-protos -t build-protos . && docker run --rm --mount type=bind,source="$(pwd)",target=/workdir/mount build-protos
See the v2
directory for code intended to work with Open Match 2.x.