Skip to content

Commit

Permalink
fix: Update level 39 hint (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Oct 17, 2023
1 parent e3a4be1 commit b8a4e1f
Showing 1 changed file with 2 additions and 3 deletions.
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

0 comments on commit b8a4e1f

Please sign in to comment.