Skip to content

ravsii/elgo

Repository files navigation

Elgo - Elo matchmaking module in Go

Go Reference codecov Go Report Card CI

Elgo is a relatively small package that provides a matchmaking pool and a simple calculator for ELO-like rating with configurable K-factor.

It's in the very early stages of development, expect bugs and unfunushed stuff.

Why?

The main idea is to implement some sort of a basic matchmaking tool for 3rd party apps or depelopers to use. There are plans to release it as a CLI, a Docker container and provide a server API for developers to use it as a package.

How it works?

How it works diagram