Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lab: Add lab 4 - for-loops #448

Merged
merged 3 commits into from
Oct 13, 2024
Merged

lab: Add lab 4 - for-loops #448

merged 3 commits into from
Oct 13, 2024

Conversation

juliaogris
Copy link
Member

@juliaogris juliaogris commented Oct 13, 2024

Add lab 4, the last "fundamental" labs about for-loops, with 8 challenges

  • 1/8 Welcome & intention: let's build this line animation
  • 2/8 Intro to for loops: re-write as while loop
  • 3/8 Zebra crossing drawing & animation with for loops
  • 4/8 Fun/free circle drawing with samples similar to ifs/rectangles
  • 5/8 Text based for loop from scratch: 4 simple sequences
  • 6/8 Bubble circle rising with jitter to surface: for-loop animation &
    randomness from scratch
  • 7/8 Line animation - "let's think about it"
  • 8/8 Line animation - step-by-step animation

Additional updates:

  • Refactor: Move lines sample from loops lab to for-loops lab
  • CSS: Tweak space between code-block and paragraph in hints
  • Fix the markdown in the loops lab welcome page which had some left-over
    HTML copy-pasta.
  • make: Remove accidentally duplicated .PHONY target

Preview:
https://lab.evytest.dev/#welcome-forloops

Remove accidentally duplicated `.PHONY` target `check-uptodate` in
global section. This must have been a left-over from one of the many
Makefile refactors.
Fix the markdown in the loops lab welcome page which had some left-over
HTML copy-pasta.
Copy link
Member

@camh- camh- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📗 LGTM - just a couple of trivial comments.

Add lab 4, the last "fundamental" labs about for-loops.

- Refactor: Move lines sample from loops lab to for-loops lab
- CSS: Tweak space between code-block and paragraph in hints

Lab challenges:

- 1/8 Welcome & intention: let's build this line animation
- 2/8 Intro to for loops: re-write as while loop
- 3/8 Zebra crossing drawing & animation with for loops
- 4/8 Fun/free circle drawing with samples similar to ifs/rectangles
- 5/8 Text based for loop from scratch: 4 simple sequences
- 6/8 Bubble circle rising with jitter to surface: for-loop animation &
      randomness from scratch
- 7/8 Line animation - "let's think about it"
- 8/8 Line animation - step-by-step animation
Copy link
Member

@camh- camh- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📗

@juliaogris juliaogris merged commit cf80a31 into main Oct 13, 2024
4 checks passed
@juliaogris juliaogris deleted the for-lab branch October 13, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants