Joe Pong
A downloadable joe_pong
This is just another project I am doing as I learn more about making games. A simple game of Joe Pong with menu options as well as the ability to quit out of the game and a simple challenge with what are hopefully good pong physics. Feel free to play or distribute or do whatever with.
This was a fun little project to do and all the scripts are available for you to look at. All art/sounds were created on my own. This also utilizes pygamezero for a simple pong game.
Thanks for playing!
Status | Released |
Author | soptheturtle |
Tags | 2D, pong, pygamezero, python |
Download
Download
Joe_Pong.zip 29 kB
Install instructions
See instructions below. These instructions are for Windows. I do not know how to do this on Mac
- Download and install python here: https://www.python.org/
- Download the zip file and extract all the files/folders to a single directory.
- Open the command prompt by hitting the Windows Key. Type cmd then hit enter.
- Navigate to wherever you extracted the files by writing "cd [directory_files_were_extracted_to]
- Type out and hit enter on the following two commands
- pip install pygame (this is only needed the first time)
- pgzrun joe_pong_complete.py
- The game should then begin. Let me know if you have any trouble.
Leave a comment
Log in with itch.io to leave a comment.