ShapeArt 1.02: Everything Circles!

Goal

image

Need Help

Let’s combine all that we’ve learnt to move the circle right, down, and make it bigger!

Cheat Sheet (SHHHHH…)
image

circle(x, y, size)

image

rect(x,y,width,height)

Code Area

flowchart LR

	style A fill:#37bf19, stroke:#37bf19
	style B fill:#f79e45, stroke:#f79e45
	style C stroke:#6495ED
	style D stroke:#6495ED
	style E stroke:#6495ED
	style F stroke:#6495ED
	style G stroke:#6495ED
	style H stroke:#6495ED
	
	A((Module 1.01)) --> B((Module 1.02))
	B --> C((Module 1.03))
	C --> D((Module 1.04))
	D --> E((Module 1.05))
	E --> F((Module 1.06))
	F --> G((Module 1.07))
	G --> H((Module 1.08))

	click A "https://info.strivemath.com/eca/shapeart-101-background"
	click B "https://info.strivemath.com/eca/shapeart-101-background/shapeart-102-circle"
	click C "https://info.strivemath.com/eca/shapeart-101-background/shapeart-103-colour"
	click D "https://info.strivemath.com/eca/shapeart-101-background/shapeart-104-rainbow"

	click E "https://info.strivemath.com/eca/shapeart-101-background/shapeart-105-rectangle"
	click F "https://info.strivemath.com/eca/shapeart-101-background/shapeart-106-curved-rectangle"
	click G "https://info.strivemath.com/eca/shapeart-101-background/shapeart-107-traffic-light"

	click H "https://code.strivemath.com/?simple_mode=true"

	subgraph Learning
	A & B & C & D & E & F & G
	end


	subgraph Art Project
	H
	end	

Module X: {Title}