A simple pong game made with python and pygame
This program was originaly created by pygame.org creator Baris Bayrak (garib) His Code: http://www.pygame.org/project-Very+simple+Pong+game-816-.html
I just added two players, and a play to 11 win by 2 mechanic
To play (On Mac, sorry for you Windows users, I think you would open it however you open .py files on Windows):
-
Make sure you have Python 2.7 and Pygame 1.9 installed
-
Open terminal
-
cd to whichever folder you put the PONG_GAME.py file
-
Type "python PONG_GAME.py" into Terminal and hit enter
-
The game will launch
-
When a player wins, the program will pause
-
Now, you have to go back to Terminal for the win message
-
All done. To play again, repeat from step 4