Pinball Game

I made my first video game as my Unity class project. I think it is a pretty successful attempt so I am uploading it here.

I have made a WebGL build so you can try it directly in the browser, or you can try the MacOS Apple Silicon Build, which has better physics system.

The soundtrack can be found here.

The highest score I have tried so far is 89,030. See if you can beat me :3

Here is a short introduction to the game mechanics. I pasted it from the README file:

Points

  • Each bumper hit grants the player 100 points.
  • Each coin grants the player 50 points.
    • Coins respawn after 10 seconds.
  • Tunnels grant the player 200, 300, or 500 points depending on the tunnel the ball has triggered.
    • The direction does not matter.

Lives

  • The player get 3 lives by default. Game Over triggers when life reaches 0.
    • Every 10000 points grants the player an extra life. Maximum life count is 9.

Powerups

  • There are 2 types of powerups both of them last for 10 seconds.

    • BigBall makes the ball bigger and let the player hard to lose life from the gap. Each wall hit grants the player 10 pts. The gravity becomes lighter.
    • DoubleScore doubles the score increments.
  • When there is no powerup item in the game, it respawns after 30 seconds.

Leave a paw print

Your email address will not be published. Required fields are marked *