Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bullet Collision #16

Open
karastoyanov opened this issue Aug 9, 2023 · 1 comment
Open

Bullet Collision #16

karastoyanov opened this issue Aug 9, 2023 · 1 comment
Assignees
Labels
back-end Back-end functionality enhancement New feature or request pygame PyGame Library

Comments

@karastoyanov
Copy link
Member

No description provided.

@karastoyanov karastoyanov converted this from a draft issue Aug 9, 2023
@karastoyanov karastoyanov added enhancement New feature or request back-end Back-end functionality pygame PyGame Library labels Aug 9, 2023
@rayapetkova
Copy link
Collaborator

rayapetkova commented Aug 31, 2023

Last update: 02788f1

  • Deleted the logic for collision in run_game and made a new file "collision.py" which has 3 functions - "collision", "check_user_plane_collision", "check_enemy_collision"
  • In run_game we just use the two functions imported from collision.py
  • Need to see if the armor and health bars of user_plane and enemies are being reduced enough

@rayapetkova rayapetkova moved this from Todo to In Progress in Py-planes v1.0 Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Back-end functionality enhancement New feature or request pygame PyGame Library
Projects
Status: In Progress
Development

No branches or pull requests

3 participants