Skip to content

A simple PingPong-Game written with Python and using the PyGame-Libary

Notifications You must be signed in to change notification settings

FelixSiegel/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Pong

This is a simple imitation to the Game Pong written in Python.

Installation

What you need:

  • Python 3
  • PyGame-Libary (install it via pip install PyGame)

Now you can run the python File, pong.py.

Features

If you run the script:

  • press Space to start
  • Left PLayer can move his puncher via W (Upwards) and S (Downwards)
  • Right Player can move his puncher via Key-Up and Key-Down
  • If one Player scored -> Press Space to start next game
  • If you want to close, press Esc or click on the Windos-Close-Button

About

A simple PingPong-Game written with Python and using the PyGame-Libary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages