plasma-framework/examples/applets/samegame/contents/qml/highscores
Christophe Giboudeaux 1587ead53e Fix typos found by codespell
GIT_SILENT
2021-07-14 11:01:00 +02:00
..
README Fix typos found by codespell 2021-07-14 11:01:00 +02:00
score_data.xml remove extra executable bits 2017-09-23 19:27:37 +02:00
score_style.xsl remove extra executable bits 2017-09-23 19:27:37 +02:00
scores.php remove extra executable bits 2017-09-23 19:27:37 +02:00

The SameGame example can interface with a simple PHP script to store XML high score data on a remote server. We do not have a publicly accessible server available for this use, but if you have access to a PHP capable webserver you can copy the files (score_data.xml, score.php, score_style.xsl) to it and alter the highscore_server variable at the top of the samegame.js file to point to it.