Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 509 Bytes

File metadata and controls

12 lines (11 loc) · 509 Bytes

Unity-Pong-Game

Recreating arcade game Pong in Unity to learn the basics of game development. The game was tested in Edge Browser. Try the game here: https://proto007.github.io/Unity-Pong-Game/

Controls

The player paddle can be controlled with the following:
w or upArrow: move paddle up
s or downArrow: move paddle down
spacebar: start each round

Features

  • UI shows total rounds won by the player and the computer
  • The ball keeps accelarating as it bounces off from surfaces