Skip to content
jensk2k edited this page May 7, 2012 · 2 revisions

The server is responsible for handling and storing all persistent data associated to the game, which is highscores and studyguides.

The server has a FTP server installed on it, which is used to store the studyguide xml files. A special user is setup the uploading and downloading of the studyguides.

The highscores are stored using a MySQL database table, which allows for easy and convenient maintenance and querying. The table includes the fields id, user, game, and score.

Clone this wiki locally