Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zdpel/mrping
Ranking app for groups of people wishing to have an objective ELO-based ranking system for various activities
https://github.com/zdpel/mrping
android application dart elo flutter ping-pong ranking-system
Last synced: 15 days ago
JSON representation
Ranking app for groups of people wishing to have an objective ELO-based ranking system for various activities
- Host: GitHub
- URL: https://github.com/zdpel/mrping
- Owner: zdpel
- Created: 2024-02-13T01:54:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T20:38:15.000Z (6 months ago)
- Last Synced: 2024-05-18T20:45:25.847Z (6 months ago)
- Topics: android, application, dart, elo, flutter, ping-pong, ranking-system
- Language: Dart
- Homepage: https://zdpel.github.io/mrping/
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ranked Ping Pong
This is a mobile application with a leaderboard ranking system specifically designed for ping pong. Users will be able to add played games with the app, and the app will automatically provide a ranking of all the users based on those games with an elo-based ranking system. Users can also view certain statistics related to their ping-pong games.
#### Main Leaderboard
Ranks all existing players in descending order by rating.
#### Add Game
Pressing the **+** Button at the bottom of the application brings up the Add Game modal. The input box gives autocomplete suggestions based on the entered input. Valid scores are based on conventional ping-pong scores plus skunks. Skunk scores are 7-1 and 11-2.
#### Game History
Shows the list of all previous games and relevant information like who played, the score, and rating change from those games.
#### Settings
Settings page is where users can add themselves to the application, change to dark mode, and admins can access the admin settings page.