A simple terminal-based Python app to manage a leaderboard of scores. You can add, update, view, and delete player scores, as well as save and load the leaderboard from a file.
- Add and update player scores
- View the top N scores
- Display the leaderboard as a table (using
tabulate) - Save/load scores to/from a file
- Delete entries
- Persistent storage (filepath hidden via
config.py)