{"id":20321804,"url":"https://github.com/distrobyte/multielo","last_synced_at":"2026-01-12T10:00:41.273Z","repository":{"id":256262307,"uuid":"854151163","full_name":"DistroByte/multielo","owner":"DistroByte","description":"Go implementation of the chess ELO system, but for more than 2 players","archived":false,"fork":false,"pushed_at":"2024-09-23T01:25:55.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T14:39:14.654Z","etag":null,"topics":["elo","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DistroByte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-08T14:10:21.000Z","updated_at":"2024-09-23T01:25:58.000Z","dependencies_parsed_at":"2024-09-09T22:53:40.749Z","dependency_job_id":"4ea492db-74a8-463c-93f1-4ffc57f29471","html_url":"https://github.com/DistroByte/multielo","commit_stats":null,"previous_names":["distrobyte/mulitplayer-elo"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/DistroByte/multielo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DistroByte%2Fmultielo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DistroByte%2Fmultielo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DistroByte%2Fmultielo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DistroByte%2Fmultielo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DistroByte","download_url":"https://codeload.github.com/DistroByte/multielo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DistroByte%2Fmultielo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elo","golang"],"created_at":"2024-11-14T19:17:25.672Z","updated_at":"2026-01-12T10:00:41.082Z","avatar_url":"https://github.com/DistroByte.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multiplayer Elo Rating System\n\nThis is a simple implementation of the Elo rating system for multiplayer games. The system is based on the [Elo rating system](https://en.wikipedia.org/wiki/Elo_rating_system) which is a method for calculating the relative skill levels of players in two-player games such as chess. The system is used in many games and sports to rank players based on their performance.\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/distrobyte/multielo)](https://goreportcard.com/report/github.com/distrobyte/multielo)\n\n## Installation\n\n```bash\ngo get github.com/distrobyte/multielo\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n    elo \"github.com/distrobyte/multielo\"\n)\n\nfunc main() {\n    // Create a new league\n    league := elo.NewLeague()\n\n    // Add players to the league\n    league.AddPlayer(\"player1\")\n    league.AddPlayer(\"player2\")\n\n    // Get the ELO of a player\n    player := league.GetPlayer(\"player1\")\n    fmt.Println(player.ELO)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdistrobyte%2Fmultielo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdistrobyte%2Fmultielo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdistrobyte%2Fmultielo/lists"}