ravsii / elgo

In-Memory matchmaking based on Elo rating

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

In-Memory matchmaking based on Elo rating

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 99.1%Language:Makefile 0.9%