This is a simple simulation of the table top game "Air hockey" which I made in my own time during first year of the course. The game is two-player and keeps track of each player's score. Each player controls a paddle, using the keyboard, and tries to guard their own goal while attempting to score against their opponent.
The game is coded in C#. The main aim I had for this game was to give me an idea of how to implement basic collision detection before we had covered it in the course.