Skip to content

Commit 80df5dc

Browse files
committed
2 parents 0745bea + 476f739 commit 80df5dc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

physics/collision_detection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@
8686
if event.type == pygame.QUIT:
8787
running = False
8888
print("Number of collisions occurred are",collision_count)
89-
90-
9189
pygame.display.update()
9290

9391
# Quit Pygame

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ numpy
88
opencv-python
99
pandas
1010
pillow
11+
pygame
1112
requests
1213
rich
1314
scikit-learn
@@ -17,4 +18,3 @@ sympy
1718
tweepy
1819
typing_extensions
1920
xgboost
20-
pygame

0 commit comments

Comments
 (0)