Making with Code

Animation I Lab #

In this lab we are going to explorea an adapted version of a previous student’s Animation Project.


[1] Set Up #

๐ŸŒ Github Repo: github.com/the-isf-academy/project_animation_example


[1] Chris’s Project #

Today, we are going to analyze a repository made by a previous CS9 student, Iris! Pay special attention to how she decomposed her idea into parts. Her project will be similar to what you will make for your upcoming Unit 00 project.

๐Ÿ’ป Start by creating a lab_08_decomposition folder.

cd Desktop/cs9/unit_00
mkdir lab_08_decomposition

๐Ÿ’ป Using git, clone her repository inside your lab_08_decomposition folder.

cd lab_08_decomposition
git clone https://github.com/Making-with-Code/unit_00_project_Iris.git
cd unit_00_project_Iris

๐Ÿ‘€ There are quite a few modules being used here! Use tree command to take a look.

tree .
.
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ animation.py
โ”œโ”€โ”€ figure.py
โ”œโ”€โ”€ helpers.py
โ”œโ”€โ”€ letters.py
โ”œโ”€โ”€ no_animation.py
โ””โ”€โ”€ settings.py


[3] Deliverables #

โšกโœจ For this lab, you should:

  • Submit your worksheet with answers to each checkpoint question.