2019-06-13 22:20:11 +02:00
2019-06-08 17:43:20 +02:00
2019-06-09 14:56:36 +00:00
2019-06-10 12:40:52 +02:00
2019-06-09 16:55:36 +02:00

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:

  • getRankRange(start, end) -> return a list of players from start rank to end rank
  • getMaxEntries() -> return the total number of entries in the leaderboard
  • findPlayer() -> find a player by name

The system was developed to be used with the skillbird-framwork. If you use this framework, the program should be working without any arguments. If you need more conductibility feel free to open a pull-request or send me a message.

Preview

open-web-leaderboard

Live Demo

rating.atlantishq.de

Description
An open source leader-board for websites based on flask.
Readme MIT 1.3 MiB
Languages
Python 49.6%
HTML 38.7%
CSS 6.7%
JavaScript 4.4%
Dockerfile 0.6%