#What is this Just having fun implementing Pong game using pyGame.
#How to play ##Installation You'll need Python 2.6+ to play. Python can be downloaded here.
See how to download pyGame right here
Yapong use setuptools for its installation. Type the command bellow:
python setup.py install
Depending on your situation, you may need to be root.
##Launch the game
Once it's installed, just type yapong
from your terminal.
##Howto play For left player, use keys E and D to go up and down.
For right player, use up and down arrow keys.