High score system i need help

Hi i am trying to create a bunch of mini games for an arcade type machine and i was wondering if anyone knows any tutorials that i can follow i have small ammount of knowledge in javascript and hardly any knowledge of C# i have an idea of what i would like it to do and what i would need.

So i am asking if someone can show me step by step guide to make a high score system when i say high score system i mean one that uses a database i can create a php and mysql database for the use of this but im not very good with the database side either.

all i want it to do is you for example i have a pong type game i just want it to when ever i get to a new level it puts that data into the database and how long you have been playing or put the overall score into the database so when you die or when you have finished the game it displays your name that will be input at the end and then shows your details of the game

any help will be much appreciated thanks in advance :smile:

There is a simple highscore script on the asset store, which helped me to push my highscore to my database. I’m saving the highscore in the playerprefs and then, if the player ends the game or if he dies or reaches the end my script summarizes all highscores from all levels and pushes them with the written name to the database.