← Back to Game 💻 Code Masters
Tutorial

About This Game

An interactive Python coding tutorial with 21 levels across 9 chapters. Learn print statements, variables, math, strings, conditionals, loops, lists, and turtle graphics — then prove your skills with the FizzBuzz final challenge!

How to Play

  1. Read the instructions for each level to learn the Python concept
  2. Write your code in the editor — use Tab for indentation
  3. Click Run (or Ctrl+Enter) to test your code and see the output
  4. Click Submit to check if your answer is correct
  5. Use Hint if you get stuck — but fewer hints means more stars!
  6. Complete all 21 levels to become a Code Master!

Controls

💻

Type code, Ctrl+Enter to run

Tips & Tricks

  • Start from Level 1 and work through in order — each level builds on the last
  • Read error messages carefully — they tell you what went wrong and where
  • You can always Reset to get back to the starter code
  • Turtle levels show your drawings on a canvas — be creative!
  • Your progress saves automatically so you can come back anytime