Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@cyprich cyprich released this 24 Jun 18:50
40a139a

PyngPong

Welcome to my game PyngPong

This is my implementation of the famous game Pong
Written in Python with help of Pygame

Features

  • Singleplayer
  • Multiplayer
    • Two players
    • Four players
  • Theme customization
  • Sound controls
  • Statistics

How to run

Windows

  1. Click on PyngPong.zip under Assets here to download
  2. When download finishes, extract the file
  3. Open "PyngPong.exe"
  4. Enjoy the game!

Other

  1. Click on "Source Code" (zip or tar.gz) under Assets here to download
  2. When download finishes, extract the file
  3. Open "main.pyw" (Python and Pygame required)
  4. Enjoy the game