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

🚀 Feature: Change the turtle's dialogue for each exercise #96

Closed
1 task
SanjnaT41756 opened this issue Apr 14, 2024 · 0 comments · Fixed by #102
Closed
1 task

🚀 Feature: Change the turtle's dialogue for each exercise #96

SanjnaT41756 opened this issue Apr 14, 2024 · 0 comments · Fixed by #102
Assignees

Comments

@SanjnaT41756
Copy link
Contributor

Right now, the turtle's dialogue box only says one thing. We want to change this so it displays a randomized statement with every new exercise.

Proposed Solution

  • there are different turtle svg sprites that come with the different texts
  • change the prop in Turtle.tsx to take in a number rather than a string
  • change the labelling of the different turtles within const turtleIDs: TurtleData from strings to numbers
  • In LessonSide.tsx, pass in a random number (within the range as defined in Turtle.tsx) in the call to <Turtle/>
  • 👋 I may be able to implement this update request

This is a 🚀 Feature request

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 a pull request may close this issue.

2 participants