https://github.com/jspspike/skillrank
Website for leaderboard rankings and matchmaking
https://github.com/jspspike/skillrank
rankings ratings
Last synced: 8 months ago
JSON representation
Website for leaderboard rankings and matchmaking
- Host: GitHub
- URL: https://github.com/jspspike/skillrank
- Owner: jspspike
- License: mit
- Created: 2022-09-07T04:22:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T04:43:57.000Z (11 months ago)
- Last Synced: 2024-12-19T07:26:49.412Z (10 months ago)
- Topics: rankings, ratings
- Language: Rust
- Homepage: https://skillrank.games
- Size: 127 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [skillrank.games](https://skillrank.games)
Website to track match results, get ratings for players, and perform matchmaking for your games. Inspired by [elovation](https://github.com/elovation/elovation) and built on [Cloudflare Workers](https://workers.cloudflare.com/). Here's an [example leaderboard](https://skillrank.games/example) to check out. I mostly made this website for myself meaning the frontend isn't very polished and a little brittle. Feel free to leave issues and PR's for any problems or features you'd like to see addressed.
This uses [trueskill](https://www.microsoft.com/en-us/research/project/trueskill-ranking-system/) to handle ratings but with some tweaking can easily use any rating system supported in the [skillratings crate](https://github.com/atomflunder/skillratings).