You are on page 1of 15

kendriya Vidyalaya sangathan

Project file
Year: 2022-2023

Pong game
NAME ________________________
CLASS ________________________
ROLL NO ______________________
SUBJECT ______________________
PROJECT GUIDE _________________
certificate
 This is to certify that students
____________ and__________ of class
XII a roll no __ and __ has
successfully completed their computer
science project on PONG game

Sign of students sign of teacher


___________
_________________

___________
index
S.NO CONTENTS
1 Introduction

2 Objective

3 Working

4 Coding

5 Output

6 System Requirements

7 Limitations

8 Bibliography
Introduction

•Pong game is the imitation of the famous


game ping pong famously known as table
tennis. In this game 2 or 4 players hit a light
weight ball also known as ping pong ball,
back and fourth to each other until one side
fails to hit the ball or did not pass correctly
using the racquet, hence other player gets
the point.
objectives

The objective of this project is to let the


students apply the knowledge of programming
in a real problem and students solve them
using their knowledge
•Write program utilising modern software tools
•Students will enhance their problem solving ability
•Students will learn more about coding
•Write effective code to solve the problems
•Enhancing student’s ability to code
working

The game is designed with python and python


turtle so most of the work is done in coding
but when it come to the controlling the
reflection blocks we have assigned keys to
them. This is a 2 player game.
For left block-
‘W’ key is for up
‘s’ key is for down
For right block-
‘up’ key is for up
‘down’ key is for down
Coding
Output
System requirements

 Windows 7 and above


 Any processor
 More than 512mb ram
 No external GPU required
 No high end pc specs required
limitations
• We have taken help from internet.
• When we run the game the ball only
reflects when it hits somewhere in the
centre of that pad.
• We are eager to polish our skills and
improve our capability in future
Bibliography
1. www.google.com

2. www.geeksforgeeks.org

You might also like