Logo

    Among Us 3.04: Main Body

    Among Us 3.03: Backpack shadow
    ← Previous

    Next →

    Among Us 3.05: Central rectangle for black line between legs

    Goal

    Code Area

    Among Us 3.03: Backpack shadow
    ←Previous

    Next →

    Among Us 3.05: Central rectangle for black line between legs

    ‣

    Module 3: Among Us

    Name
    Among Us 3.02: Backpack Curviness
    Among Us 3.03: Backpack shadow
    Among Us 3.04: Main Body
    Among Us 3.05: Central rectangle for black line between legs
    Among Us 3.06: Legs
    Among Us 3.07: Central covering rectangle
    Among Us 3.08: Lighter area on Main body
    Among Us 3.09: Visor

    flowchart LR
    
    	style A fill:#37bf19, stroke:#37bf19
    	style B fill:#37bf19, stroke:#37bf19
    	style C fill:#37bf19, stroke:#37bf19
    	style D fill:#f79e45, stroke:#f79e45
    	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))
    	H --> I((Module 3.09))
      I --> J((Module 3.10))
    	
    	
    	subgraph Learning
    	A & B & C & D & E & F & G & H & I
    	end
    	
    	
    
    	subgraph Among Us Project
    	J
    	end