-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
challengesFor issues that involve the implementation of challenge systemsFor issues that involve the implementation of challenge systemsenhancementNew feature or requestNew feature or request
Description
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
challengescollection. - Assign the challenge to a player when they join and log it in
player_progress. - Ensure that progress is tracked in MongoDB.
Metadata
Metadata
Assignees
Labels
challengesFor issues that involve the implementation of challenge systemsFor issues that involve the implementation of challenge systemsenhancementNew feature or requestNew feature or request