/PyPong

Short and simple Pong-Game written in python using the pygame module.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PyPong

Short and simple Pong-Game written in python using the pygame module.
You need the pygame python-module. Install it with pip install pygame.
To play the game just start game.py

You can either play against a bot or against a second player.

Key (Player 1/2) Action
w / arrow UP move UP
s / arrow DOWN move DOWN