highscore module

Hi,

just mainly finished with my first VERY simple game :slight_smile:

Only thing I’m missing would be a very simple hoghscore saving system. How do I do that?

Seen many tutorials, but they are actually pretty complicated for my level of programming skills.

Anyone can give indications to save&display scores in a suitable and  simple way???

Thx alot!

Rob’s tutorial on using a score module is the simplest way I’ve ever found to display and save scores. I’d use that. 

http://coronalabs.com/blog/2013/12/10/tutorial-howtosavescores/

thank you very much.

I already checked that tutorial out, but I am not able to implement it into my project. Partly cause I don’t understand every step in details, partly cause I already have a scoring system in my game. The point is I would need code to load an external module where the hiscore is kept, retrieve the final score of the player’s game, compare it to the current hi-score and in case overwrite the highscore.

It’s a bit complicated for me, I am just approaching to programming…

If it helps we have GGData and GGScore up on github.

Thank you Glitch Games guys !

I just resolved with my own clunky but working piece of code. But I also took a look at the solutions you offer and they are amazing, I will surely look use them in the future —> I reccomend everyone to check glich games out on github!

We try to help :slight_smile:

Rob’s tutorial on using a score module is the simplest way I’ve ever found to display and save scores. I’d use that. 

http://coronalabs.com/blog/2013/12/10/tutorial-howtosavescores/

thank you very much.

I already checked that tutorial out, but I am not able to implement it into my project. Partly cause I don’t understand every step in details, partly cause I already have a scoring system in my game. The point is I would need code to load an external module where the hiscore is kept, retrieve the final score of the player’s game, compare it to the current hi-score and in case overwrite the highscore.

It’s a bit complicated for me, I am just approaching to programming…

If it helps we have GGData and GGScore up on github.

Thank you Glitch Games guys !

I just resolved with my own clunky but working piece of code. But I also took a look at the solutions you offer and they are amazing, I will surely look use them in the future —> I reccomend everyone to check glich games out on github!

We try to help :slight_smile: