summaryrefslogtreecommitdiffstats
path: root/examples/declarative/demos/samegame/qml/samegame/highscores/README
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-09-18 21:47:35 +0200
committerSergio Ahumada <sergio.ahumada@digia.com>2013-09-18 21:47:37 +0200
commit31b107298609928c0eaa2e974ade59ce9d815e2c (patch)
tree5a04806dd6d1b1ebd59a8f8912147f9eeb6f1fef /examples/declarative/demos/samegame/qml/samegame/highscores/README
parent354404ffd224ca691b0d8a9c1c45b358b10b47bb (diff)
parent27d22c5f4201c7555b42e187252bee3fd88d3821 (diff)
Merge remote-tracking branch 'origin/stable' into devv5.2.0-alpha1
Diffstat (limited to 'examples/declarative/demos/samegame/qml/samegame/highscores/README')
-rw-r--r--examples/declarative/demos/samegame/qml/samegame/highscores/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/demos/samegame/qml/samegame/highscores/README b/examples/declarative/demos/samegame/qml/samegame/highscores/README
new file mode 100644
index 00000000..eaa00fae
--- /dev/null
+++ b/examples/declarative/demos/samegame/qml/samegame/highscores/README
@@ -0,0 +1 @@
+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.