gabrielecirulli / 2048

The source code for 2048
https://play2048.co
MIT License
12.16k stars 16.96k forks source link

Where do you save `best score` in static webpage? #471

Open xu-song opened 6 years ago

xu-song commented 6 years ago

I have find out that. The web browser will save the best score data. It also keeps the state of last play.

PierreAndreis commented 6 years ago

Local storage https://github.com/gabrielecirulli/2048/blob/master/js/local_storage_manager.js