๐Ÿง™โ€โ™‚๏ธ Code Quest

Learn coding magic through adventure!

1
Level
50
Mana
0
Spells Learned

Chapter 1: The Mysterious Potion ๐Ÿงช

Welcome, young apprentice! You've just arrived at the Academy of Code Magic. Your first lesson begins in the ancient Potion Room, where ingredients float mysteriously in labeled jars.

The wise Master Debugger approaches you with a knowing smile. "To become a true Code Wizard," she says, "you must first learn to store magical ingredients in containers. We call these containers... variables."

๐ŸŽฏ Coding Concept: Variables

A variable is like a magical container that holds information. Just like a jar holds potion ingredients!

Example: playerName = "Alex the Brave"

This creates a container called "playerName" and puts "Alex the Brave" inside it.

Your First Spell! โœจ

Master Debugger hands you a glowing crystal. "Store your wizard name in this magical variable," she instructs.

What would you like your wizard name to be?