All Quests

Your Complete Adventure Collection

πŸ—ΊοΈ Complete Quest List

Here’s your complete collection of CS Quest adventures! Each quest is designed to take about 5 minutes and teaches you something exciting about computer science.

🌱 Beginner Quests

  1. Variables - Your Coding Backpack - Learn to store and use data
  2. Data Types - Shapes of Information - Discover different kinds of data
  3. Conditionals - Choose Your Path - Make decisions in code
  4. Loops - The Power of Repetition - Master repetition
  5. Lists - Collecting Treasures - Organize multiple items

🌿 Intermediate Quests

  1. Functions - Magic Spells - Create reusable code
  2. Dictionaries - The Key Keeper - Store key-value pairs
  3. Fibonacci - The Golden Sequence - Explore beautiful patterns

🌳 Advanced Quests

  1. Sorting - Organizing Chaos - Put things in order
  2. Number Game - Can You Guess It? - Build an interactive game
  3. Recursion - The Echo Chamber - Functions calling themselves
  4. Big O - Speed Matters - Measure code efficiency

πŸ† Master Quests

  1. Iterative Loops - Journey vs Destination - For vs While loops
  2. Functions Part 2 - Non-Returning - Functions with side effects
  3. Functions Part 3 - Returning - Pure functions and results
  4. Lambda Functions - Quick Incantations - One-line anonymous functions
  5. Higher-Order Functions - Functions That Know Functions - Pass and return functions
  6. Decorators - Enchanting Your Spells - Add powers to functions with @decorator
  7. Classes - Building Your Own Blueprints - Create custom objects with data and behaviour

πŸ“ˆ Track Your Progress

🎯 Challenge: Can you complete all 19 quests? Each one adds a new tool to your coding toolkit!