jacob-thompson / pong-arcade

Pong written using pygame

Home Page:https://pypi.org/project/pong-arcade/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License


Logo

pong-arcade

Pong written using pygame

About The Project

Screenshot

This application is an implementation of Pong, originally developed and released by Atari in 1972. pong-arcade was created using pygame and various resources.

Play

Install

As per PEP 668, it is recommended to use pipx to install this application:

pipx install pong-arcade

Otherwise:

pip install pong-arcade
From Source

This application may also be built and installed from source. Requires the pip package build:

python -m build
pipx install dist/*.tar.gz
python -m build
pip install dist/*.tar.gz

Run

pong

Controls

The controls may be examined in-game from the menu.

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