On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

this game was super fun! I was terrible at it but enjoyed the whole time. I think you did a great job with the limitation, very creative. How did you make the leaderboard? 

Glad you enjoyed my interpretation of the limitation!

The Leaderboard was implemented using Unity Gaming Services. It basically involves:

  • Setting up a Unity Account
  • Creating a Leaderboard on their Gaming Services website through a Dashboard (simple step-by-step process)
  • Download the Leaderboard package inside your Unity Project
  • Linking the leaderboard to a Unity Project (Should have an option at project creation to connect to Unity Cloud, makes this easier)
  • Writing some code to handle basic functionality and display the leaderboard (couple dozen lines of code)

Hope this helps!