Skip to content
/ elgo Public
forked from ravsii/elgo

In-Memory matchmaking based on Elo rating

License

Notifications You must be signed in to change notification settings

AHNakbari/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

About

In-Memory matchmaking based on Elo rating

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.2%
  • Makefile 0.8%