Skip to content

spyderboy92/AirHockey

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

#About Air Hockey This is a two player game. There are two paddles and a puck. The left-paddle (Player 1) can be moved using WASD keys and the right-paddle (Player 2) can be moved by the arrow keys. The puck hits the upper and lower boundaries and gets reflected and if it goes past the paddle, it is point for the other one.

Air Hockey

#Installing Pygame

pip install pygame

If this does not work, then

sudo -H pip install pygame

For more info, visit Pygame download page

#Run

python Air_hockey.py

About

Air Hockey game created using pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%