Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 80df5dc

Browse files
committedMar 5, 2025·
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

-2
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

+1-1
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)
Please sign in to comment.