ScratchData LogoScratchData
Back to birbilis's profile

Recursed Squares

BIbirbilis•Created September 10, 2020
Recursed Squares
1
1
66 views
View on Scratch

Instructions

Draws progressively smaller squares side-by-side using recursion

Description

Can adjust wait times in the code, there are two of them: - one for each side in the square loop - one before each recursion step Can also try to change the command move (side) steps it has before calling the recursion step square (side/2) (count-1), e.g. can remove it or say use mode (side/4) steps Not using anymore the now obsolete command "Set Pen Color to ()", but the new one "Set Pen (color) to (block)" command which seems to have a different color range that makes it easier to pick a different color using a numeric progression.

Project Details

Project ID424295134
CreatedSeptember 10, 2020
Last ModifiedSeptember 12, 2020
SharedSeptember 10, 2020
Visibilityvisible
CommentsAllowed