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: Update level 39 hint #1499

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions game/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,9 +948,8 @@ def description_level39():
# TODO: Update when we update this level
def hint_level39():
return (
"Uh oh, moving around the blocks in your 'general algorithm' might not "
"be the most efficient solution. How about creating a simple solution "
"without 'if statements' that will help the van reach the house?"
"You'll need to modify your general algorithm here so you can get back"
"on track if you hit a dead end."
"<br><br>"
"Hint: Cows don't like noise"
)
Expand Down