Make Pong Game in Godot

pong game made in godot

Coming soon.

Breakdown

  1. A paddle is made as a character-body-2d node which can only go up and down.
  2. ball is made as a rigid-body that is physics based.
  3. ball is initially given a random impulse and after that, we must control it using the two pedals.
  4. Golas are made behind each player, if ball goes into Goal1, player2 gets point else player1 gets point.
  5. Their points get written in the score labels.
  6. Table tennis-like spin is also present due to nature of rigid body.

The detailed post will be updated soon, it is currently a preview.

Thank you for reading <3

Leave a Reply

Your email address will not be published. Required fields are marked *