An open API service indexing awesome lists of open source software.

https://github.com/matteopolak/matchmaker

Matchmaking bot for Discord using the Glicko2 rating system.
https://github.com/matteopolak/matchmaker

bedwars discord glicko2

Last synced: about 1 month ago
JSON representation

Matchmaking bot for Discord using the Glicko2 rating system.

Awesome Lists containing this project

README

        

![Matchmaker logo](assets/logo.png)

![Build Status](https://github.com/matteopolak/matchmaker/actions/workflows/ci.yml/badge.svg)

## Features

* Multi-guild support
* Parties
* Factions
* Custom modes
* Support for multiple games

## Installation

```powershell
git clone "[email protected]/matteopolak/matchmaker.git"
cd matchmaker
yarn install
```

## Deploy

```powershell
yarn run start
```