Smash Balls" is a JavaScript Canvas Game that allows you to destroy balls and earn points.
You have an ability bar, and when it fills up, you gain maximum power, doubling your points.
Just Fire And Destroy..!
You can fire by holding the Left Click or pressing the Space key.
- Collision between your bullet and the enemy.
- Collision between the enemy and the player.
- Explosion effect when a bullet hits an enemy.
- If the enemy is small and you hit it, it will be destroyed immediately.
- If the enemy is big and you hit it, it will shrink to a small size.
- Score is calculated based on the enemy's radius.
- If the enemy hits you, it will reduce your health and decrease your score.
- When you hit an enemy, your score will increase, and you will gain
Experience. - Collision between the player and
Experienceallows you to gain health and regainAbility. - When the
Abilitybar fills up, you gain maximum power, shoot faster, and your score is doubled.