bmoren / hft-bikez

A HappyFunTimes line drawing game
3 stars 1 forks source link

Make the highscore list write to a file incase of crash. #37

Closed bmoren closed 9 years ago

mediaupstream commented 9 years ago

I added LevelDB to save the highscores data every 10 seconds to the db via a simple nodejs server (hs_server.js)

it's all setup and working but you'll need to now start the game with ./start.sh so that it starts the highscores server...