Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 487 Bytes

File metadata and controls

5 lines (5 loc) · 487 Bytes

InteractiveProgramming

This is the base repo for the interactive programming project for Software Design, Spring 2018 at Olin College. To run this pong program you will need to install pygame ($pip install pygame) as well as import random into your code. The write up can be found here: https://github.com/gracemontagnino/InteractiveProgramming/blob/master/Pong%20Write-Up.pdf (Or just by looking at the Pong Write-Up File in the git repository.) To run this game use $python3 pong.py