Code Challenge #8:
Create a Leaderboard and Achievements Using GameCircle
Instructions:
Download the Android application source code for our Button Press Challenge game here. Note: When you download the game you will need to rename the package name to something unique. You can do this by changing it in the AndroidManifest.xml file and running Refactor->Rename... on your src package.
This simple game determines how many times a user can press a button in 2 minutes. Create gold, silver, and bronze medal achievements for users who surpass 600, 500, and 400 clicks, respectively. In addition, add a leaderboard in this game showcasing the users who obtain the most button presses during the 2-minute interval.
Go here for more information on participating in the AWS re:Invent Code Challenge and prizes.
Services Used:
- Amazon GameCircle API
Your code should include:
- Amazon GameCircle leaderboard
- Amazon GameCircle Gold Medal achievement
- Amazon GameCircle Silver Medal achievement
- Amazon GameCircle Bronze Medal achievement
Your output should include:
- Access to the GameCircle leaderboard
- Access to the GameCircle achievements
