Discuss Scratch

Mactics
Scratcher
74 posts

A question, please help.

I want to make a game that when you click on a black dot, you increase your score by 1. However, my problem is about making a cloud list storing the top users who have earned the top scores. Please help.

Hey There. :: #235689 hat
Im a Scratcher. and<(I like coding. :: #000000)I like math and science [plus v] [games v]. :: #00FFDD boolean> Yet i am still stuck with many questions.{Viewer: Oh lol XD :: #2468AC
}I like minecraft and other games. :: #DDD000
I secretly like roblox and I also don’t like minecraft. :: #FFFFDF
You can’t normally read that ^ but it’s not impossible to. :: #EE0000
It’s a secret.
Laddie12
Scratcher
100+ posts

A question, please help.

If you are looking to learn advanced cloud, check out this playlist. There is a video for how to make a cloud list, but I would at least watch the encoder/decoder video first. The data structures that I reference later on would be helpful to make a leaderboard but not necessary.

To make a leaderboard you will want some sort of data structure where you link username to the number of points a user has. When the leaderboard is being displayed, you will want to sort the users by points using a sorting algorithm and display the top users. Making a leaderboard isn't hard, but it can be tricky to conceptualize at first. If you have any specific questions, let me know.

“Yes, I have tricks in my pocket, I have things up my sleeve. But I am the opposite of a stage magician. He gives you illusion that has the appearance of truth. I give you truth in the pleasant disguise of illusion.”
- Tennessee Williams
lolitsroger
Scratcher
33 posts

A question, please help.

Mactics wrote:

I want to make a game that when you click on a black dot, you increase your score by 1. However, my problem is about making a cloud list storing the top users who have earned the top scores. Please help.
I have a working leaderboard on my game here: https://scratch.mit.edu/projects/128225915/ if you want to see it
Mactics
Scratcher
74 posts

A question, please help.

lolitsroger wrote:

I have a working leaderboard on my game here: https://scratch.mit.edu/projects/128225915/ if you want to see it

thx

Hey There. :: #235689 hat
Im a Scratcher. and<(I like coding. :: #000000)I like math and science [plus v] [games v]. :: #00FFDD boolean> Yet i am still stuck with many questions.{Viewer: Oh lol XD :: #2468AC
}I like minecraft and other games. :: #DDD000
I secretly like roblox and I also don’t like minecraft. :: #FFFFDF
You can’t normally read that ^ but it’s not impossible to. :: #EE0000
It’s a secret.

Powered by DjangoBB