Skip to content

Commit 287f8b6

Browse files
committed
Add more details to readme
1 parent bff9d3a commit 287f8b6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# PyPong
22
A simple Pong like game tutorial in Pygame - Python
3+
For an extensive tutorial of how it works, take a look at [PyPong tutorial Part 1](http://copitosystem.com)
4+
5+
## How to run it
6+
7+
First, install ```requirements.txt```.
8+
9+
```
10+
pip install -r requirements.txt
11+
```
12+
13+
## Pictures of the game
14+
15+
![pong game in python](https://k50.kn3.net/8/8/5/7/8/2/9F5.png)

0 commit comments

Comments
 (0)