Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.

flutter1

#### 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.

flutter2
flutter3

#### Game History

Shows the list of all previous games and relevant information like who played, the score, and rating change from those games.

flutter4

#### Settings

Settings page is where users can add themselves to the application, change to dark mode, and admins can access the admin settings page.

flutter 5