Can the highscore be only the player's highscore from one sitting? I can't figure out how to make it have other players' highscores, and i haven't found any tutorials that fit my specific situation!
The thing is, mine is an html game, and i used a converter so i do not know how to code html or anything like that, and i also do not know how to use local storage with itch.io. I wanted to know if i could make it so that the highscore would only show the current player's highest score from the games he has played without leaving the page. My predicament was that the player cannot "Compete for the highest score" of other players, but only himself, and i'm not sure if that's allowed.
It doesn't have to be an online high score table, as long as it shows on the screen. Here's a similar question.