Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 829 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 829 Bytes

pong

Implementation of classic arcade game Pong

Fancy a game of pong?

Player 1 moves the left paddle up and down by pressing the 'w' and 's' key respectively. Player 2 moves the right paddle up and down by pressing 'up' and 'down' key respectively.

acknowledgement

This game was developed on completion of the Coursera course: An Introduction to Interactive Programming in Python (https://www.coursera.org/learn/interactive-python-1), using CodeSkulptor, a browser-based Python environment for devloping interactive applications, which was especially created for this Coursera course by Scott Rixner.

Many thanks to John Greiner, Stephen Wong, Scott Rixner, Joe Warren, and Rice University.