ABOUT
Kodeclik is an online coding academy for kids and teens to learn real world programming. Kids are introduced to coding in a fun and exciting way and are challeged to higher levels with engaging, high quality content.
PROGRAMS
Computer Science Camps
Online CS Classes
Math Camps
Online Math Classes
Self Learning CS Courses
Coding Contest
POPULAR CLASSES
Scratch Coding
Minecraft Coding
TinkerCAD
Roblox Studio
Python for Kids
Javascript for Kids
Pre-Algebra
Geometry for Kids
Copyright @ Kodeclik 2024. All rights reserved.
Scratch, the visual programming language developed at MIT, enables kids to quickly program graphics, animations, and games without getting bogged down by the complexities of modern programming languages. This course is the second in our sequence on Scratch programming and introduces how to use Scratch to draw shapes, messages, and more! Drawing in Scratch is modeled after the idea of turtle graphics (originally from the Logo programming language) where we use a sprite to move a pen in specific ways across a canvas. This course also gently introduces programming concepts such as loops. Learn about setting the pen feature on/off, stamping sprite images, and more!