Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 358 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 358 Bytes

PyPong

A simple Pong like game tutorial in Pygame - Python For an extensive tutorial of how it works, take a look at PyPong tutorial Part 1

How to run it

First, install requirements.txt.

pip install -r requirements.txt

Pictures of the game

pong game in python