Well I'm not sure how your game works but local storage is a simple var storage. I use it in my game to store the users login info (remember me). It's not secure so don't store anything important. But you could for example set the level they last completed. Next time the game runs, get the level from local storage and go to the next level layout. Store points, coins, etc.