Wednesday, January 14, 2015

Achievement System

Endless mode has limited amount of arrows to throw. That amount is calculated by 1+ (earned # of stars) / 10, so at most player can have 7 arrows to shoot. Instead of calculating it like that, I've thought of implementing an achievement system, that will reward the player with arrows for unlimited level. Planned badges are :

 Condition                                                Reward
Get 15 Stars                                            +1 Arrow
Get 30 Stars                                            +1 Arrow                                         
Get 60 Stars                                            +1 Arrow
Hit 10 Apples on Endless Mode                 +1 Arrow
Hit 25 Apples on Endless Mode                 +1 Arrow
Hit 50 Apples on Endless Mode                 +1 Arrow


No comments:

Post a Comment