Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 279 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 279 Bytes

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.