mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 23:21:35 +01:00
refer to correct py file in readme
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Open Web Leaderboard
|
# Open Web Leaderboard
|
||||||
The Open Web Leaderboard is a leaderboard that can easily be used with any backend as long as you find a way to supply the following information:
|
The Open Web Leaderboard is a leaderboard that can easily be used with any backend as long as you find a way to supply the following information (see database.py):
|
||||||
|
|
||||||
- getRankRange(start, end) -> return a list of players from start rank to end rank
|
- getRankRange(start, end) -> return a list of players from start rank to end rank
|
||||||
- getMaxEntries() -> return the total number of entries in the leaderboard
|
- getMaxEntries() -> return the total number of entries in the leaderboard
|
||||||
|
|||||||
Reference in New Issue
Block a user