This executable program is an implementation of Pong, originally developed and released by Atari in 1972. This implementation was created using Pygame and hand-made resources.
Follow the below steps to get the program running:
pip install pong-atari
pong
The game may be quit by pressing Esc
at any time.
Controls can be brought up in-game by pressing C
on the menu screen.
C
Show controls1
Select first menu option (One player)2
Select second menu option (Two players)3
Toggle third menu option (Sound)
W
Move Player1 upS
Move Player1 downI
Move Player2 (or Player1 in single-player) upK
Move Player2 (or Player1 in single-player) down
In single-player games, Player1 may use either control scheme.
P
orQ
Pause the gameM
orZ
Exit to menu
Distributed under the MIT License. See LICENSE for more information.
Github - jacob-thompson/pong-atari
PyPI - pong-atari
Jacob Alexander Thompson - [email protected]