A simple pong game using python. This is one of the projects I made while taking the Fundamentals of Computing Specialization on Coursera: https://www.coursera.org/specializations/computer-fundamentals
To run it you need to copy the pong.py file into codeskulptor which is an online an online IDE for python: http://www.codeskulptor.org/
For the player on the right use Up and Down arrows to move the paddle. For the player on the left use W and S keys to move the paddle.