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 Basic Challenge Engine with MongoDB Integration #26

Open
Razano26 opened this issue Sep 4, 2024 · 0 comments
Open

Create Basic Challenge Engine with MongoDB Integration #26

Razano26 opened this issue Sep 4, 2024 · 0 comments
Labels
challenges For issues that involve the implementation of challenge systems enhancement New feature or request

Comments

@Razano26
Copy link
Member

Razano26 commented Sep 4, 2024

Create a basic challenge engine that fetches challenges from MongoDB and assigns them to players when they join the server. This engine should also log the player’s progress in the player_progress collection.

Tasks:

  • Fetch a random challenge from the challenges collection.
  • Assign the challenge to a player when they join and log it in player_progress.
  • Ensure that progress is tracked in MongoDB.
@Razano26 Razano26 added enhancement New feature or request challenges For issues that involve the implementation of challenge systems labels Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenges For issues that involve the implementation of challenge systems enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant