Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

This game is GREAT!

I'm very curious how y'all got global leaderboards set up for a game jam game. I'm always looking for simple free solutions - any tips?

(+1)

Hi there. For the leaderboard we used HTTP calls to a web host (PHP page with MYSQL database). This tutorial covers the steps: 
https://forum.gamemaker.io/index.php?threads/online-highscores.4291/

thanks!