We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626dcb8 commit d5ceb03Copy full SHA for d5ceb03
PyGamesScripts/Connect Four/requirements.txt
@@ -0,0 +1,5 @@
1
+1) Installing the 'numpy' module through the terminal to provide logic to our game.
2
+2) Installing the 'pygame' module through the terminal to give the graphics to our game.
3
+3) Importing 'sys' and 'math' modules.
4
+numpy~=1.21.1
5
+pygame~=2.0.1
0 commit comments