👀

Googly Eyes 12.01: Draw the Head

Final Goal

image

Goal

image

Code Area

flowchart

	style A fill:#f79e45, stroke:#f79e45
	style B stroke:#6495ED
	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 3.01)) --> B((Module 3.02))
	B --> C((Module 3.03))
	C --> D((Module 3.04))
	D --> E((Module 3.05))
	E --> F((Module 3.06))
	F --> G((Module 3.07))
	G --> H((Module 3.08))	
	
	subgraph Learning
	A & B & C & D & E & F & G & H 
	end

	subgraph Googly Eyes
	end