You are on page 1of 2

DEPARTMENT OF COMPUTER SCIENCE

PROJECT PROPOSAL
COURSE CODE: CSC101
PONG GAME

DONE BY:
Muhammad Shahwaiz (SP22-BCS-061)
Muhammad Tayyab Naveed (SP22-BCS-069)

PRESENTED TO:
Dr. Saif ur Rehman Malik

DATED:
June 10th, 2022
INTRODUCTION:
Pong is one of the famous computer games that resembles table tennis. In this game, the two
players control the two paddles on either side of the game window.

They move the paddles up or down to hit the moving ball. The score of a player increases
when the opponent misses the hit.

The objective of this python project is to build a pong game project on PyCharm App. In this
python project, each player controls a paddle in the game by dragging it vertically across the
screen’s left or right side. Players use their paddles to strike back and forth on the ball.

GAME RULES:
 Ping Pong is a two players game, player A on left and player B on right.
 Both players only move up and down by pressing key ‘w’ and ’s’ for player A, key
‘Up’ and ‘Down’ for player B.
 Once a player misses the hit, the ball again starts from center towards the other player
along with the increase in the score of the opponent.

You might also like