Skip to content
/ pong Public

A space-themed Pong clone. All code is written in Python using PyGame.

License

Notifications You must be signed in to change notification settings

ffiza/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Pong

A space-themed Pong clone. All code is written in Python using PyGame.

Controls

  • Press SPACE to start the game.
  • The player on the left moves up with Q and down with A.
  • The player on the right moves up with ARROWUP and down with ARROWDOWN.
  • You can quit the game at any point with ESCAPE.

Usage

To run the game, first clone the repository:

git clone https://github.com/ffiza/pong.git

Go to the project directory and install depedencies:

pip install -r requirements.txt

Run the game:

python code/main.py

Screenshots

Attributions

  • This project is published under the Creative Commons Zero (CC0) license. You are free to use this code for any project you like.
  • Backgrounds are from the space image generator by Deep-Fold.
  • Title, start message and score fonts are from the collection of pixel fonts made by Herald.
  • All other graphics included in this project were drawn by the author and are published under the CC0 license.

About

A space-themed Pong clone. All code is written in Python using PyGame.

Topics

Resources

License

Stars

Watchers

Forks

Languages