- android.permission.WRITE_EXTERNAL_STORAGE
- android.permission.INTERNET
- android.permission.ACCESS_WIFI_STATE
- android.permission.ACCESS_NETWORK_STATE
- android.permission.READ_EXTERNAL_STORAGE
Mar 6, 2018
Simulate scratching off a circle by using a simple animation with Image Sprites and a Clock. In this mini-game, users get 3 chances to find a cherry on a scratch card. If the user finds 1 cherry, they get 10 points. If the user finds 2 cherries, they get 25 points, and if the user finds 3 cherries they get 100 points. The icons on the scratch card will be generated randomly each time the user plays the mini-game. We'll use test labels to help us "cheat" during development.