Pong written using pygame
Project description
About The Project
This application is a pythonic implementation of Pong, a game 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, which may need to be installed separately. pipx
installs applications and their dependencies into their own virtual environment.
pipx install pong-arcade
Running pip
as usual may work on your system.
pip install pong-arcade
From Source
This application may also be built and installed from source. You may need to install the pip package build
in order to do this. Clone the repository, and then run the following commands in the project's directory.
python -m build # builds the package
pipx install dist/*.tar.gz # installs the application
You could use make
to simplify these commands. This requires GNU Make to be installed on your system.
make install # builds and installs the application
Run
The application should now be on your PATH. Run pong
to execute the application.
From Source
make # builds, installs, and executes the application
pong # executes the application
Controls
The controls may be examined in-game from the menu.
Menu
Esc
QuitC
Controls1
Select first menu option2
Select second menu option3
Toggle third menu option
In-Game
Movement
W
/I
Move upS
/K
Move down
Player1 may use either control scheme in single-player games.
Pause/Quit
P
/Q
Pause the gameM
/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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pong_arcade-2.4.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 334b2f182da8609085a073e61c5642ac11bbba66507b0c4732dfcbb78d14327f |
|
MD5 | 46c352f538eb02798e43700b7ebe2386 |
|
BLAKE2b-256 | b29cdbffef30c9250727190dbac2944f86ffeabfe7b52ed69cb4bcb5a8a855ef |