Game Development Reference
In-Depth Information
Saving and loading server high score
In this section, we will create the ServerHiScore script to post and load the high score
data from the server, which also inherits from the Hiscore class. We will use the
WWWForm class to communicate with the PHP file on the website, which I already set up
on my website. We will also use the hash key and encrypt it with MD5 encryption to pro-
tect and check for the user before posting the score to the database.
Search WWH ::




Custom Search