Skip to content

Commit 94be3f9

Browse files
committed
Collision-detection
1 parent 80df5dc commit 94be3f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

physics/collision_detection.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@
8585
for event in pygame.event.get():
8686
if event.type == pygame.QUIT:
8787
running = False
88-
print("Number of collisions occurred are",collision_count)
88+
print("Number of collisions occurred are", collision_count)
8989
pygame.display.update()
90-
9190
# Quit Pygame
9291
pygame.quit()

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ sympy
1818
tweepy
1919
typing_extensions
2020
xgboost
21+
pygame

0 commit comments

Comments
 (0)