A gamified to-do list that turns productivity into an adventure! Earn XP, level up, and unlock new titles as you complete tasks.
Task Difficulty Levels: Assign tasks as Easy, Medium, or Hard with different XP rewards.
XP & Levels: Completing tasks grants XP, helping you level up.
Unlockable Titles: Earn ranks like Beginner, Task Master, and Task Ninja.
ASCII Art Celebrations: Get special rewards when reaching milestones!
Clone this repository: bash - git clone https://github.com/Shrutaswini/XP_Planner.git
Navigate to the project folder: bash - cd XP_Planner
Compile the program (using g++ for example): bash - g++ task.cpp -o XP_Planner
Run the program: bash - ./XP_Planner
Add a task โ Enter a task description and assign a difficulty level.
View tasks โ Check your to-do list with completion status.
Complete a task โ Earn XP and level up!
Remove a task โ Deletes a task, but you lose XP.
Check Stats โ View your XP, level, and current title.
Leaderboard system ๐
More detailed achievements ๐๏ธ
Save progress to a file ๐
Feel free to fork this repo, suggest improvements, or report issues!