Skip to content

The classic Pong game made using the Pygame library.

Notifications You must be signed in to change notification settings

schoibs/pong-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

I was trying to get back into Python, and I thought it would be fun if I try my hands out on a new library along the way. Hence I tried making a simple Pong game with local multiplayer capability.

Control

Player 1 controls the left paddle with W and S key.

Player 2 controls the right paddle with and key.

Preview

alt text

Installation

Make sure Python is installed on your local machine beforehand.

pip install pygame

Running the Application

Clone this repository onto your local machine.

git clone https://github.com/schoibs/pong-clone.git

Navigate into the cloned directory, then run the main Python script (.py) file.

python main.py

About

The classic Pong game made using the Pygame library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages