Re-creating the classic PONG game in python.
Uses turtle
library to draw and render gameboard and components.
This simple implementation is for an idle-screen easter-egg in another project.
up and down keys control the right paddle, teh w and s keys control the left paddle.