Skip to content

jacob-thompson/pong-arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

pong-arcade

Pong written using pygame

About The Project

Pong Screenshot

This executable program is an implementation of Pong, originally developed and released by Atari in 1972. This was created using Pygame and hand-made resources.

Play

Install

pip install pong-arcade

Due to PEP 668 compliance, pip, on some systems, may throw the externally-managed-environment error upon running install. In which case, the following is recommended:

pipx install pong-arcade

Run

pong

Controls

Menu

  • Esc Quit
  • C Controls
  • 1 Select first menu option
  • 2 Select second menu option
  • 3 Toggle third menu option

In-Game

Controls Screenshot

Movement
  • W / I Move up
  • S / K Move down

Player1 may use either control scheme in single-player games.

Pause/Quit
  • P / Q Pause the game
  • M / Z Exit to menu

License

Distributed under the MIT License. See LICENSE for more information.

Project Links

Github - jacob-thompson/pong-arcade

PyPI - pong-arcade

Contact

Jacob Alexander Thompson - jacobalthompson@gmail.com