/pong-game

A simple pong game written with pygame.

Primary LanguagePythonOtherNOASSERTION

README

Author: Hayden LeBaron Date: 04/30/2020

Screen Shot 2021-10-26 at 8 19 16 PM

About

A simple pong game for 1 or 2 players.

How to Run

Run the following in the command in the pong-game directory to start the game:

python3 -m main

How to Play

After running the main script, select 1-player or 2-player mode from the main menu. The player controls their paddle with the up and down arrow keys. If in 2-player mode, the other player controls their paddle with the W and S keys.

Credits

Thanks to Clear Code!

This project was originally based on his tutorial at https://www.youtube.com/watch?v=Qf3-aDXG8q4, although nearly all of the original code has been rewritten by now, and new features added.

The code from the video can be found on GitHub in the repo clear-code-projects / Pong_in_Pygame at the url: https://github.com/clear-code-projects/Pong_in_Pygame