Simple implementation of the game "Pong" with pygame
python: v.3.9.0
pygame: v.2.0.1
Example usage:
python3 pongV1.py
or
Run the main
method of pongV1.py
Example usage:
python3 pongV2.py
or
Run the main
method of pongV2.py