Skip to content

A ping pong game written in python using pygame, pygame_gui and pymunk.

License

Notifications You must be signed in to change notification settings

VitoR-InA/PingPY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PingPY

release 1.0

GitHub License Python

Description

PingPY - A game written in python using the pygame library for creating 2D games, pygame integration that adds a user interface - pygame-gui and the pymunk library for simulating physics.

Build it yourself

git clone https://github.com/VitoR-InA/PingPY
cd PingPY

You can build it using pyinstaller

pyinstaller --windowed --clean Ping.py

!The game uses the _internal folder to store logs and music, the absence of logs and music folders will cause the game to crash! Before playing, copy the music and logs folders from _internal to dest\_internal after building via pyinstaller

or you can use build.bat

build

See pygame gui freezing issue if you have any problems