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

Lesson 18, Practice 1 - Rotating the board causes crash #910

Open
oldmanbombin opened this issue Jan 28, 2024 · 0 comments
Open

Lesson 18, Practice 1 - Rotating the board causes crash #910

oldmanbombin opened this issue Jan 28, 2024 · 0 comments
Labels
bug Something isn't working as intended

Comments

@oldmanbombin
Copy link

oldmanbombin commented Jan 28, 2024

When experimenting, I inserted rotate(90), which rotated the entire output and caused the session to soft lock. I'm guessing the trigger point for the end of the code running portion of the practice is tied to a coordinate instead of a cell or something? I dunno, I'm new here, but we just learned about the dangers of while loops and stuff in the last lesson so... Irony?

Edited because I just realized the turtle never even moved, so probably not the trigger point deal I thought it was.

To Reproduce
Steps to reproduce the bug:

  1. Go to Lesson 18
  2. Click on Practice 1
  3. Scroll down to insert rotate(90)
  4. See error

Expected behavior
Expected the turtle to rotate 90 degrees clockwise, or an error

Screenshot

Information about your device (please complete the following information):

  • Operating System: Windows 10
  • Browser: Chrome
@oldmanbombin oldmanbombin added the bug Something isn't working as intended label Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

1 participant