Skip to content

Commit

Permalink
level 39 message
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Oct 11, 2023
1 parent 5aa78e7 commit 560098d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions game/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,9 +937,11 @@ def title_level39():

def description_level39():
message = (
"Can you use the 'general algorithm' here so that the van takes a "
"shorter route? Or maybe there's a more efficient way? <br><br>Keep "
"an eye on the fuel level - try to use as little as possible."
"Maybe there is a more efficient way than using the general algorithm "
"in this one? It looks like the cows have escaped when you get to the "
"side roads too, so be careful not to hit them!"
"<br><br>"
"Hint: Cows don't like noise"
)
return build_description(title_level39(), message)

Expand All @@ -950,6 +952,8 @@ def hint_level39():
"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?"
"<br><br>"
"Hint: Cows don't like noise"
)


Expand Down

0 comments on commit 560098d

Please sign in to comment.