Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 642 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 642 Bytes

PongArcadeGame

Classic pong arcade game made with python and the turtle GUI library.

Features:

  • Two player game.
  • Speed of the ball starts at a base slow-speed, and the ball speed increases each time the ball hits a players paddle until a player scores.
  • After a player scores, the speed of the ball re-initialize to the base slow-speed.
  • Board keeps track of scores and ball speed level between scores.

initial screen

PongGame.mp4