Skip to content

ethanlunderville/Pong-with-Pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygame Pong Game

This is a simple implementation of the classic Pong game using the Pygame library in Python. Players control paddles using mouse input to bounce a ball back and forth between them and the computer-controlled opponent.

Gameplay Screenshot

Getting Started

Prerequisites

To run the game, you need to have Python and the Pygame library installed on your system.

  • Python 3.x: Download Python
  • Pygame: You can install Pygame using pip with the following command:
pip install pygame

Prerequisites

  • Pong: You can run the game using the following command:
python3 main.py

About

Fun Pong Game made with the Pygame Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages