Hands-on exercises covering variables, operators, input, conditionals, loops, lists, and functions
Variables, type casting, and strings — create a Roblox character with name, level, health, and coins.
Input, strings, and type casting — ask for username and age, then display welcome info.
Conditionals and indentation — VIP access, score ranks, and shop logic.
Lists and for loops — add, remove, index, and loop through inventory.
While loops — collect coins until 100+, then an interactive collect/stop loop.
For loops with medals, score totals, and a countdown.
Functions — show_health, calc_damage, and combining them.
Full battle loop — Player vs Goblin with attack prompts until someone wins.