SaturnGrandRapids / career-demo-bot-soft

A cool demo to show off at the career fair to get kids thinking about writing code.
0 stars 0 forks source link

Save Player Information over death of server #9

Closed mazzmn closed 9 years ago

mazzmn commented 9 years ago

Should we add MongoDB in order to persist the stats? This way we can get a list of users who played the game

nathansmetelak commented 9 years ago

Mongo is added Everything persists for the most part on a per runtime basis.

To make it persist across runtimes, just update the code in /config/runTime.js per the comments.