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.