Skip to content
/ Pong Public

Classic simple game pong firstly appeared in 1972

Notifications You must be signed in to change notification settings

a1pha-dev/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

PONG GAME

Classic simple game pong firstly appeared in 1972

How to play game?

1. You need to install python(3.9+);
2. You need to install pygame:
  2.1. To install pygame run console command '-pip install pygame';
3. Run pong.py from downloaded directory;

F.A.Q

1. Why game doesn't work?
    Make sure you've done points placed upper;
    Check that all files placed in one directory;
    If it still doesn't work, contact me and send logs (by my bio's scoiety accounts);
2. Why game shows incorrectly? (too small or too big)
    Go to pong_variables.py in downloaded directory and change params screen_width_workpiece & screen_height_workpiece
    as your monitor quality. Also you can choose your personal one, but make sure that aspect ratio is 16:9;

About

Classic simple game pong firstly appeared in 1972

Topics

Resources

Stars

Watchers

Forks