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

Feat: Powerups Model and Routes #68

Open
5 tasks
KreativeThinker opened this issue Feb 17, 2025 · 0 comments
Open
5 tasks

Feat: Powerups Model and Routes #68

KreativeThinker opened this issue Feb 17, 2025 · 0 comments
Labels

Comments

@KreativeThinker
Copy link
Contributor

KreativeThinker commented Feb 17, 2025

  • Add global Powerups model
  • Add UsedPowerups model
  • Add powerups config
  • Add powerups initializer (admin route)
  • Add global powerups route

The way powerups should be implemented is as follows:

  • The powerups models is populated by calling the powerups initializer under the admin route with the values for points and number of uses per team.
  • Once a powerup is used, it will be added to UsedPowerups with reference to the team, target, time of usage, duration.
  • Individual powerups should be implemented as functions that can be called depending on user request.

Refer: https://github.com/lugvitc/pwncore/tree/powerups

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant