Marks: /50

Note: This weill be the only assignment handed in via Canvas. To see my comments on your submission:

Description and Goals

Use Unity and C# to create a Pong video game or an equivalent game. Your game must include the following elements:

Deliverables

Note: This is an individual assignment, but you can choose a partner IF you get it working on the Vive or Oculus or any 3D virtual reality system.
Ensure that there is an executable file (pong.exe) in the top level directory.

Add this into your Update function so I can quit your application:
void Update() {

         if (Input.GetKey("escape"))

             Application.Quit();

}

Useful Links