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
- Read the instructions for each level to learn the Python concept
- Write your code in the editor — use Tab for indentation
- Click Run (or Ctrl+Enter) to test your code and see the output
- Click Submit to check if your answer is correct
- Use Hint if you get stuck — but fewer hints means more stars!
- 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