Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Test whether database can be loaded properly #121

Closed Zemanzo closed 5 years ago

Zemanzo commented 5 years ago

Description The database might be corrupted, unreadable or not writable. This will cause issues when trying to start the server.

Minimum Acceptance Criteria Use a try - catch when trying to load the database. If it fails to load, stop the server and inform the user.