LewisGaul / minegauler

A clone of the original minesweeper game with many added features
GNU General Public License v3.0
12 stars 8 forks source link

Highscores module tidyup/tests #89

Closed LewisGaul closed 2 years ago

LewisGaul commented 4 years ago

This is partially completed by https://github.com/LewisGaul/minegauler/pull/122

LewisGaul commented 2 years ago

Should actually move the remote highscore DB handling outside of the main minegauler package, since it's only used by the server package (where minegauler just posts to a URL with requests).