-
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
Introduce rewards for players who complete challenges, and store information about rewards given in MongoDB.
Tasks:
- Define reward types in the
challengescollection (e.g., in-game items, experience). - Update the
player_progressorcompleted_challengescollection with the reward given. - Implement functionality to deliver the reward to the player once the challenge is marked as completed.
- Test the reward system by completing challenges and ensuring players receive the correct rewards.
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