Skip to content

Commit b947a68

Browse files
Added libray used in the program.
The Tkinter library which was used to make the game is added in the Requirements section of readme file.
1 parent 846769d commit b947a68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Flappy Bird - created with tkinter/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ Enjoy and do give feedback <br/>
44
Warning: If the game is too slow, lower the game resolution in Data/settings.json
55

66
# Requirements:
7+
Tkinter
8+
```bash
9+
pip install tkinter
10+
```
711
PIL <br />
812
Python 3.x

0 commit comments

Comments
 (0)