tassaron / jezzball

remake of the classic Jezzball game with touchscreen support using HTML5 canvas
https://rainey.tech/game/jezzball
MIT License
4 stars 0 forks source link

High scores #1

Open tassaron opened 3 years ago

tassaron commented 3 years ago

The game would be better with a high score table showing the user's previous high scores and highest level numbers reached. These values can be saved in a cookie or something. If the canvas size is too small, we could save the high score without displaying the full table.

tassaron commented 2 years ago

This is partially addressed by Rainey Arcade's tokens and prizes.

I'd still like a "highest score" on the Game Over screen, using LocalStorage to store the score like I did in Rodent's Revenge.