plasma-framework/examples/applets/samegame/contents/qml/highscores
Marco Martin 93db6ee7b0 add 3 example plasmoids to be ported
and a TODO file to keep track
2013-09-04 11:57:46 +02:00
..
README add 3 example plasmoids to be ported 2013-09-04 11:57:46 +02:00
score_data.xml add 3 example plasmoids to be ported 2013-09-04 11:57:46 +02:00
score_style.xsl add 3 example plasmoids to be ported 2013-09-04 11:57:46 +02:00
scores.php add 3 example plasmoids to be ported 2013-09-04 11:57:46 +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 publically 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.