Awesome_E site icon Home
Projects
Webplayer
Scores

High Score Leaderboard

About this Page

Introducing... the high score leaderboard! Now, you can play selected projects and compare your scores against everyone else. These games will come with a global leaderboard, and will include the listed items.

  • Games I have created
  • Games others created
  • Official Speedrun Pages

How it Works

To make high scores work, I need to first create a database with the high scores, and because it requires communication between the player when a high score is achieved and the server to store that info. So, I am using my global variable system within a modded version of each of these projects, where nothing is changed except for the high score global variables. I can then read those global variables from this website (which are the high scores) and display them to the user.