Skip to content

Recreation of Pong game in Python with PyGame

Notifications You must be signed in to change notification settings

sammwyy/Pong.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏓 Pong.py

Recreation of Pong game in Python with PyGame

💻 Requeriments

  1. PyGame $ pip install pygame

📚 History

Pong is one of the earliest arcade video games. It is a table tennis sports game featuring simple two-dimensional graphics. The game was originally manufactured by Atari, which released it in 1972. Allan Alcorn created Pong as a training exercise assigned to him by Atari co-founder Nolan Bushnell. Bushnell based the idea on an electronic ping-pong game included in the Magnavox Odyssey; Magnavox later sued Atari for patent infringement. Bushnell and Atari co-founder Ted Dabney were surprised by the quality of Alcorn's work and decided to manufacture the game.

📝 ToDo

  • Upload project
  • Add score
  • Add main menu
  • Add sounds
  • Add pause menu
  • Add single player mode

🎮 Launch game

  1. Download python and install it
  2. Clone or download this project
  3. Open in explorer the project folder
  4. Install PyGame $pip install pygame
  5. Open terminal/command prompt and type $ python main.py

📸 Screenshots

Main menu In Game

Coded with ❤️

About

Recreation of Pong game in Python with PyGame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages