Skip to content
/ PyPong Public

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

License

Notifications You must be signed in to change notification settings

FinnKr/PyPong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

--

If you're a wayland user just set global variable SDL_VIDEODRIVER=x11 to run it using XWayland or wait until pygame will support wayland natively

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages