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

Create a basic projectile to hit other entities #44

Open
Tracked by #5
FoRVaiS opened this issue Nov 19, 2022 · 0 comments
Open
Tracked by #5

Create a basic projectile to hit other entities #44

FoRVaiS opened this issue Nov 19, 2022 · 0 comments
Labels
feature New feature or request mvp Required for the MVP sprint-1 Week of Nov 14 - Nov 20

Comments

@FoRVaiS
Copy link
Owner

FoRVaiS commented Nov 19, 2022

Create a projectile capable of traveling in a path and colliding with other entities, that isn't the owner or friends, and dealing damage to them.

When a projectile is created, it should be given a team id, damage value, projectile controller. The projectile will be manipulated by a controller to travel any given path and will apply damage when it collides with an enemy.

Once it collides with an enemy, the projectile should disappear or if the projectile travels off screen, it should automatically be removed.

@FoRVaiS FoRVaiS added feature New feature or request sprint-1 Week of Nov 14 - Nov 20 mvp Required for the MVP labels Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request mvp Required for the MVP sprint-1 Week of Nov 14 - Nov 20
Projects
None yet
Development

No branches or pull requests

1 participant