iOS Version 1.8 and Android Version 1.5

We are thrilled to announce the release of a new version for both the iOS and Android devices. These versions have the following features:

  • Leaderboard Screen
  • Points: Each goal you score gives you some points. But, each goal the CPU scores removes some points

A Leaderboard screen to list the points from local games from all players. The players are sorted based on their points and their name.

The pointing system is a little bit complicated as we wanted to make it more challenging. Thus. each goal you score does not give the same points that you lose when the CPU scores a goal. Also, these points strongly depend on the levels of difficulty. In particular:

  • Player:
    • If speed is Disabled then the player gets 2 points for each goal
    • if speed is set to Slow then the player gets 5 points for each goal
    • if speed is set to Fast then the player gets 3 points for each goal
    • if speed is set to CPU then the players gets as many points as the CPU does
  • CPU:
    • If speed is set to Normal then the CPU gets 3 points for each goal
    • if speed is set to Slow then the CPU gets 4 points for each goal
    • if speed is set to Very Slow then the CPU gets 5 points for each goal
    • if speed is set to Fast then the CPU gets 2 points for each goal
    • if speed is set to Very Fast the CPU gets 1 point points for each goal

From the above list it is clear that you may even lose points even if you win a game. For example the player speed is disabled, and the CPU speed is set to Very Slow. You score 2 goals, and the CPU scores 1. Based on the above list, you get 4 points, but you lose 5 points. So the total is -1 point.

Enjoy the game