/Pong

Multiplayer Game in Python

Primary LanguagePython

Pong

Multiplayer Game in Python

Built with

  • Python

Gameplay

  • Two players are allowed to use specific keys to move respective board and hit a ball back and forth
  • Once the ball coincides the boards (x,y) coordinates, the ball is reflected
  • Ball is reflected off edges off horizontal edges of screen and starts from the center if passes vertical screen
  • If the ball passes the coordinates of one board, the opposite board gets a point

screen shot 2018-11-14 at 11 13 29 pm