By Katha Roy
This Python project is a single player pong game, where the bar is used as the launcher for the pong/ball. Target of the game is to every time place the hovering pong on the bar.
Playing instruction
The bar where the ball is to be launched every time is controlled by left (<) and right (>) arrow of the keyboard.TAfter launching the ball can be bounced using the boundaries of the game window.
Scoring system for the game
+1 for every succesful attempt.Score would be deducted(-1) for every failure.
Requirements for the project
The code is in Python 3.9.1([version 2.7]or higher will work).
Dependencies
import pygame
Execution
1)To run the code from cmd, type "python PongGame.py".
2)The code can run on any python IDE like Visual Studio Code.
Submitted by Katha Roy (Kroy11)
Download packets of source code on Coders Packet
Comments