Primary Games Arena APIs
What is the Primary Games Arena scoring system?The Primary Games Arena scoring system is a way for childrens game scores to be written to a central database. Any publisher/game creator can puslish their score back to us.
Why use the Primary Games Arena scoring system?
Our aim is to encourage educational learning through competitiveness and make our games that little bit better :).
Leaderboards drive competitivity
We understand the importace of teacher driven learning but we also understand the needs of children to educate themselves. By creating a community of children who see Primary Games Arena as a way to compete with each other we have found that children often work harder and faster when competing against friends or other groups/nations of people.
Record the usage of your games
Primary Games Arena records the performance of pupils on your games and can feed back information to publishers such as average game score, amount played daily and various other information.
Let us begin
Register a game so it appears on Primary Games
ArenaRegistering a game with Primary Games Arena is a very quick and easy process, start registering a game now.
Once the game is registered you will want to add something to the end of your game that sends the code back to us, we recommend your score is greater to or less than 99 so between 0-99 is good. We have no structured method to scoring, for example, a quick Q+A game with 10 questions may reward 10 points per question and answer no matter how difficult or simple it is.
ADOBE FLASH INSTRUCTIONS.
1. Create a button that displays when the user is displayed their score.
2. Use the following actionscript code upon button release:
var id:String = "sac002";
btn_one.onRelease=function(){
// Replace id with your id - this is obtainable from the URL when playing the game on Primary Games Arena
// Replace userscore with your score variable name ie score=pupilscore
id="1"
score=userscore
formedurl="http://primarygamesarena.com/score.php?id=" + id + "&score=" + score
getURL(formedurl)
}
3. Replace the lines commented in the code.
HTML GAME INSTRUCTIONS. - CSS/JAVA etc.
1. Once your game is completed then display a submit button that has a url that ponits to http://primarygamesarena.com/score.php?id=GAMEID&score=THEUSERSSCORE
Important note. Make sure you replace GAMEID and THEUSERSSCORE with the values from the game. Your game id is obtainable from the URL when playing the game on Primary Games Arena
Need support adding for another game type? Please get in touch

