A feature I’d like to see in Hopscotch is:
A global variable. A global variable is a variable that saves like the player variable but it is the same for every player.
I’d use it for this type of project:
Any game that has a leaderboard.
Here are some examples of Hopscotch code that could be improved if we had this:
We could make games that automatically update their leaderboards.
Here is an example design I’ve made:
I’ve seen something similar in another programming languages, it looks like this:
I haven’t.