Marks: /50

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

Description and Goals

Use (QT and C++) or (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.
Ensure that there is an executable file (pong.exe) in the top level directory.

If you are using Unity, add this into your Update function so I can quit your application:
void Update() {

         if (Input.GetKey("escape"))

             Application.Quit();

}

Useful Links

Useful Links QT