Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
granthin
/
start-python
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
start-python
/
pong
/
config.py
config.py
78 B
Permalink
History
Raw
1
2
3
4
SCREEN_WIDTH = 800
SCREEN_HEIGHT = 600
PADDLE_LENGTH = 5
MAX_PLAYER_SCORE = 10