Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 518 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 518 Bytes

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