HappyStinson / downhill-willy

2D game made for BOSS Jam 2014.
https://rasmusnordling.itch.io/downhill-willy
GNU General Public License v3.0
1 stars 0 forks source link

Save the high score between runs #5

Open HappyStinson opened 5 years ago

HappyStinson commented 5 years ago

Just a nice to have that shouldn't be too hard to implement.

HappyStinson commented 5 years ago

function love.quit() saveHighScore() end

HappyStinson commented 5 years ago

This seems nice for handling high score tables: https://love2d.org/wiki/SICK Alt 2: Binser which is more general for saving to file https://love2d.org/wiki/binser