Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.41 KB

File metadata and controls

52 lines (38 loc) · 1.41 KB

PyPong

Pong made in python

image

Tables of Contents

Background

I wanted to practice using python as well as wanting to make a pong game, so...I made a pong game in python...

Images

Technologies

  • Python
  • PyGame library

Setup

Make sure that you have the latest version python and pip installed on your device. You can downloaad that latest python distribution at downloads link. Note: From python 3.4 onwards pip is included by default

Running the project

Download the project code. Then cd or open the project folder in terminal nad enter the command:

pip install -r requirements.txt

Then enter

python pypong.py

Testing

No automated testing exist, but the app has been manually tested through use.

Project Shortcomings

There is no automated Testing.

Things Learned

  • Learn how to use python and the pygame library to make a game. Before this project I had only use python for a Big Data course.