Skip to content

metulburr/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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