Set up and tested accelerometer to read linear movement and detect when a "shake" from the phone occurs. Able to detect movement in the three axes.
Able to implement text to speech and possibly use it as one of the tasks for the app. Set up different tasks that implement Gesture listener. Working on possible error detection, in case the user performs an incorrect task.
Able to implement some error detection that would end the game. Cannot apply error detection to all tasks because some are triggered in the action of another. Set up a real time timer that is displayed on screen while in a game. Created various functions for the timer, mainly to stop and restart the game correctly.
Able to decrease the time as the game progresses, the higher your score, the lower the time to complete a task. Added media "ding" that plays every time a successful task is completed. Added media for the game over setting. Added a floating action button that toggles the display for previous game scores.
Implemented no data loss so that scores and usernames are kept intact. The scores list is ordered numerically so that the high scores are at the top. Added an option to delete scores by tapping on the ListView item. Made sure that the layout is convenient and pleasant to look at.