Skip to content

Pong Game made with Pygame for SnT Project pre-requisite.

Notifications You must be signed in to change notification settings

atharvs21/pong_SnT_project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pong_SnT_project


Pong Game made with Pygame for SnT Project prerequisite.

Controls

  • up arrow key For upward movement of paddle.
  • down arrow key For downward movement of paddle.

Bot

You can let bot control the paddle by adding paddle.activatebot(ball, isLeft) and reomoving paddle.checkInp(event.key, isKeyDown) from game loop.

  • Where ball is object of Ball Class
  • isLeft is a boolean whether the paddle is Left paddle of not.

Screenshot

Pong Screenshot

About

Pong Game made with Pygame for SnT Project pre-requisite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%