feat(game): add vertical block collision

This commit is contained in:
Kristofers Solo
2024-01-04 03:56:45 +02:00
parent a211dd0254
commit e68abf8f94
9 changed files with 50 additions and 15 deletions

View File

@@ -1,5 +1,6 @@
loguru>=0.7.2
attrs>=23.1.0
loguru>=0.7.2
neat-python>=0.92
numpy>=1.26.3
pygame-ce>=2.4.0
.