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

USER STORY: Game Shooting #4

Open
5 tasks done
DarrachBarneveld opened this issue Aug 17, 2023 · 0 comments
Open
5 tasks done

USER STORY: Game Shooting #4

DarrachBarneveld opened this issue Aug 17, 2023 · 0 comments
Assignees
Labels
must have must have feature

Comments

@DarrachBarneveld
Copy link
Owner

DarrachBarneveld commented Aug 17, 2023

As a User, I can press shoot so that I can fire projectiles at oncoming enemies.

Acceptance Criteria:

  1. When I press the designated "shoot" button/key, the player's spaceship should fire a bullet immediately.
  2. Bullets fired from the spaceship should follow a straight trajectory.
  3. Upon firing a bullet a visual effects and sounds should be registered.
  4. Bullets should have collision logic

Tasks

  • Integrate shooting controls into the player's spaceship.
  • Develop bullet sprite or shape to represent the fired projectiles.
  • Integrate sound effects for shooting, synchronised with the firing animation.
  • Create firing sounds and effects.
  • Add collision ability to bullets
@DarrachBarneveld DarrachBarneveld added the must have must have feature label Aug 17, 2023
@DarrachBarneveld DarrachBarneveld changed the title USER STORY: GAME SHOOTING USER STORY: Game Shooting Aug 17, 2023
@DarrachBarneveld DarrachBarneveld self-assigned this Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
must have must have feature
Projects
Development

No branches or pull requests

1 participant