Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 571 Bytes

readme.md

File metadata and controls

41 lines (25 loc) · 571 Bytes

Logo

http://pygame.org/project-Pong-2878-4685.html

###arguments run game with defaults

python game.py

list help arguments

python game.py --help

fullscreen

python game.py -f

difficulty

python game.py -d hard

screen size

python game.py -s 1024 800

###controls movement

WASD or arrow keys

menu

mouse or arrow keys

other

PAUSE = p key
BACK/MENU = escape key
SELECT = enter key/left mouse button

###Notes The exe is not updated as much as the code