Skip to content

IAmMaulik/pong_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong Game

This is a pong game which is a clone of the original pong game which was played on the TRS-80

Table of contents

General info

In this project, I have used the PyGame library for the major part and the sys and random module.

Screenshots

Example screenshot

Modules

  • Pygame
  • sys
  • random

Features

  • Countdown timer before starting to get ready
  • You can play with the computer as your opponent
  • Score board to keep track of the score (also to know how bad you are against the computer)

Setup

  • Clone the repository with
git clone <enter this page url>
  • Write this in yout terminal
pip install -r requirements.txt
OR
pip install pygame

Status

Project is:finished

Inspiration

Inspired by the original pong game on the TRS-80

Releases

No releases published

Packages

No packages published

Languages