Back to project page BulletsForever.
The source code is released under:
GNU General Public License
If you think the Android project BulletsForever listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.bulletsforever.bullets; /** * This is for keeping track of the game's score * This should be instantiated by GameMain's onCreate() * Only a single instance should exist per GameMain instance */ public class GameScore { }