Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 675 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 675 Bytes

open-match-java

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.

Usage

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.

Division

This is divided into the different packages you may use for any project. They are found in their respective directories:

  1. API: This contains the basic messages required by all other packages
  2. Backend
  3. Evaluator
  4. Frontend
  5. Query
  6. Matchmaking Function (under match-function)