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

Fix/603 loop visualization #634

Merged
merged 7 commits into from
Aug 30, 2022

Conversation

henriquelalves
Copy link
Contributor

Please check if the PR fulfills these requirements:

  • The commit message follows our guidelines.
  • For bug fixes and features:
    • You tested the changes.

Related issue (if applicable): #603

What kind of change does this PR introduce?
This PR adds:

  • a "ConsoleHighlighter" node to the RunnableCodeExample, that is used to draw rectangles on selected characters and an Arrow animation on the code.
  • a "Step" button as an option to run codes that have "yield()" in them. This allows code examples that simulate running them step-by-step (along with the "ConsoleHighlighter" animations).
  • adds some more explanation on Lesson 19 ("Creating arrays") regarding the variable name in the "for" loop, and an "unwrapped" version of the same loop.

Does this PR introduce a breaking change?
Nope.

@NathanLovato NathanLovato merged commit ef43f3c into GDQuest:main Aug 30, 2022
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