The client libraries we use to interact with Open Match. This is not a fork of any existing client library, as I was unable to find any. This projects simply compiles the up to date protoc files into Java classes.
To use any of the libraries, you have to import them into your projects. They can be found in the packages section of this repository.
This is divided into the different packages you may use for any project. They are found in their respective directories:
- API: This contains the basic messages required by all other packages
- Backend
- Evaluator
- Frontend
- Query
- Matchmaking Function (under match-function)