Back to project page shapemergency.
The source code is released under:
GNU General Public License
If you think the Android project shapemergency 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.adsg0186.shapemergency.testgame1.blobs; // does double duty as // (a) how many points it hits you for when it collides with you // (b) how many points you get added to your score when you destroy it public interface DamagerIF { public int getHitPoints(); }