diff options
Diffstat (limited to 'docs/random_simple.tex')
-rw-r--r-- | docs/random_simple.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/random_simple.tex b/docs/random_simple.tex index 7ccb3a5..a1ff557 100644 --- a/docs/random_simple.tex +++ b/docs/random_simple.tex @@ -7,6 +7,8 @@ The next bot we’ll write is one which instead of moving in just one direction, chooses a direction at random to move in. Go on, try writing it yourself! I’ll wait here until you’re ready. +Hint: check out the \texttt{random} module. + Got it working? Good work! But you’ve probably noticed that there’s a problem: it doesn’t take long for our random bot to die. |