- The game has five main objects named ball, barrier, station
target and target guardians.
- Dragging on the screen and releasing, the ball placed on the
station is launched with a certain force and angle. The angle and force of the throw are calculated by dragging on the screen.
- If the ball hits the walls and the barrier after the launch, it will be
bring back. Also, if the ball collides with a guard who is not the same color, it will be returned with more force.
- To score points, the ball must pass through the protector of the same color and enter the target.
- If the ball does not enter the target after the launch, it will fall due to gravity. If the ball hits its station while falling, it enters the station and the player can throw the ball again.
- If the player throws the ball into the target without hitting the guard who has the wrong color, he will earn more points. And if the player uses a wall or a barrier to get the ball, he earns more points. The methods used to score more points only work when the ball does not hit a guard of a different color. And if the ball hits a guard of a different color before scoring, only one point is awarded to the player.
target and target guardians.
- Dragging on the screen and releasing, the ball placed on the
station is launched with a certain force and angle. The angle and force of the throw are calculated by dragging on the screen.
- If the ball hits the walls and the barrier after the launch, it will be
bring back. Also, if the ball collides with a guard who is not the same color, it will be returned with more force.
- To score points, the ball must pass through the protector of the same color and enter the target.
- If the ball does not enter the target after the launch, it will fall due to gravity. If the ball hits its station while falling, it enters the station and the player can throw the ball again.
- If the player throws the ball into the target without hitting the guard who has the wrong color, he will earn more points. And if the player uses a wall or a barrier to get the ball, he earns more points. The methods used to score more points only work when the ball does not hit a guard of a different color. And if the ball hits a guard of a different color before scoring, only one point is awarded to the player.
Show More