Skip to content

This game, which was designed by Python language and PyGame library, was an idea for collecting and practicing skills.

Notifications You must be signed in to change notification settings

Vaporware-road/PongGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

PongGame

This game, which was designed by Python language and PyGame library, was an idea for collecting and practicing skills.

Opjects

There are two objects in this game that are put into the game with the principles of design pattern and object oriented programming One of the objects is a paddle and the other is a ball, which are positioned according to the correct coordinates.

Mathematics

In this program, in order to create the correct relationship between the ball and the paddle and the edges of the program image, we have made mathematical calculations that will make the balls move in the right direction and also with what acceleration they will return when they hit the paddle.

About

This game, which was designed by Python language and PyGame library, was an idea for collecting and practicing skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages