{"id":22975147,"url":"https://github.com/figbug/multiplayer-elo","last_synced_at":"2026-01-28T23:31:41.899Z","repository":{"id":54828148,"uuid":"47530594","full_name":"FigBug/Multiplayer-ELO","owner":"FigBug","description":"Multiplayer ELO calculations","archived":false,"fork":false,"pushed_at":"2023-08-31T19:51:20.000Z","size":26,"stargazers_count":63,"open_issues_count":1,"forks_count":13,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-30T12:49:07.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FigBug.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}},"created_at":"2015-12-07T05:06:56.000Z","updated_at":"2025-04-06T13:47:21.000Z","dependencies_parsed_at":"2022-08-14T04:01:06.896Z","dependency_job_id":"80bf671f-40ac-4bad-8b40-9474e40ddcf6","html_url":"https://github.com/FigBug/Multiplayer-ELO","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FigBug/Multiplayer-ELO","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FigBug%2FMultiplayer-ELO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FigBug%2FMultiplayer-ELO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FigBug%2FMultiplayer-ELO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FigBug%2FMultiplayer-ELO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FigBug","download_url":"https://codeload.github.com/FigBug/Multiplayer-ELO/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FigBug%2FMultiplayer-ELO/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28855111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-12-15T00:22:12.885Z","updated_at":"2026-01-28T23:31:41.883Z","avatar_url":"https://github.com/FigBug.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multiplayer-ELO\nMultiplayer ELO calculations\n\nBased on the algorithm / code presented here: http://elo-norsak.rhcloud.com/index.php\n\nSimple way to calculate ELO for multiplayer games. Currently C, C#, C++, Java, Objective-C, Python, PHP, Swift and Delphi versions. Slowly doing more.\n\nUsage:\n\n```php\n$match = new ELOMatch();\n$match-\u003eaddPlayer(\"Joe\", 1, 1600);\n$match-\u003eaddPlayer(\"Sam\", 2, 1550);\n$match-\u003eaddPlayer(\"Ted\", 3, 1520);\n$match-\u003eaddPlayer(\"Rex\", 4, 1439);\n$match-\u003ecalculateELOs();\n$match-\u003egetELO(\"Joe\");\n$match-\u003egetELO(\"Sam\");\n$match-\u003egetELO(\"Ted\");\n$match-\u003egetELO(\"Rex\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffigbug%2Fmultiplayer-elo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffigbug%2Fmultiplayer-elo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffigbug%2Fmultiplayer-elo/lists"}