How do i do highscores?
im making a speedrun game so yeah like i want to get every one to play the game the one with the leats score wins!
im making a speedrun game so yeah like i want to get every one to play the game the one with the leats score wins!
Do you want local high scores (stored in the browser) or global high scores (stored on a server)?
Global pls
In that case, you can use networking to store the high score table. If you write a server using the networking features, it can be exported for Node.js and run on a free hosting service.
And local?
have a example about it in the tutorial section