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