top of page

Programming Physics Assignment 2

Hot Potato Pong

In this assignment, I was tasked to make a 2D game. I made my game based on Pong. 

​

Game Information

The name of the game is Hot Potato Pong.

The game is for two players where they try to keep the bomb from exploding in their respective areas.

The player can rotate their pedals and shoot balls to change the Bomb's direction. 

​

What I contributed towards the project

  • Level editing through a CSV file, change the position of the pillars and the value of rotations of the objects.

  • Ball to ball collision with physics.

  • Ball to wall collision with physics.

  • Player movement with friction.

  • Some implemented uses o Physics are friction, elastic collision, inelastic collision and energy conservation.

  • Sprite animation to show explosions.

​

bottom of page