You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Tetris
2
-
Tetris game made with the PyGame library in Python.
2
+
Tetris game made with the Pygame library in Python.
3
3
4
4
5
5
## Installing
@@ -12,7 +12,7 @@ pip3 install pygame
12
12
13
13
14
14
Another alternative would be to import the contents of the repository in a PyCharm project.
15
-
The PyGame library can be installed in a virtual environment of PyCharm using the steps mentioned [here](https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-upgrading-packages.html).
15
+
The Pygame library can be installed in a virtual environment of PyCharm using the steps mentioned [here](https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-upgrading-packages.html).
0 commit comments