The overall purpose of this application is to get people to play the games no less than 10 minutes a day – ideally at the higher speeds. So we need to track how long they have been player and how often they have played.
Each game should track how long you've been playing. The timer should be a centralized service that all games are required to use. The timer system should be tracking the total amount of time the player has spent on that game on the current date, and that should be saved with other high scores.
On the main game page it should display the time the player has played each of the games, and it should display a total time the player has been playing all games.
There should be a button to see a more detailed view of the game play history. That display should graph the time played per day for each game and date in the file. Both per game and as a total per day.
The overall purpose of this application is to get people to play the games no less than 10 minutes a day – ideally at the higher speeds. So we need to track how long they have been player and how often they have played.
Each game should track how long you've been playing. The timer should be a centralized service that all games are required to use. The timer system should be tracking the total amount of time the player has spent on that game on the current date, and that should be saved with other high scores.
On the main game page it should display the time the player has played each of the games, and it should display a total time the player has been playing all games.
There should be a button to see a more detailed view of the game play history. That display should graph the time played per day for each game and date in the file. Both per game and as a total per day.