Skip to content

Commit d5ceb03

Browse files
authored
added requirements.txt file
1 parent 626dcb8 commit d5ceb03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)