Learn Coding Basics And Problem Solving With This One Example!!! - for Complete Beginners. Learn how to create generative and procedural art in Scratch by drawing every shape starting from a triangle up to a circle.
To be a successful programmer you should develop your skills at breaking problems down into smaller bits. You then reasoning your way up from that, as you start to build your first prototype.
Today we're going to look at a very cool problem which will expose you to loops, variables, if statements, some math and geometry. This will show the thought process of a programmer when developing new code. This thought process can be applied to code anything you want!!
The problem is to draw this complex shape with Scratch 3.0. We will use Scratch since it is the easiest way to start programming for beginners.
Try to code this for yourself and seen how far you get!!!