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.