summaryrefslogtreecommitdiff
path: root/docs/look_ahead.tex
diff options
context:
space:
mode:
authorPeter Ward <peteraward@gmail.com>2012-08-02 23:45:14 +1000
committerPeter Ward <peteraward@gmail.com>2012-08-02 23:45:14 +1000
commit9aedbb911e1596f30229469a53e56cf5c1056c97 (patch)
tree87f77458dd70c3d4232689b6d02d9fdf41a26804 /docs/look_ahead.tex
parent6f2055925874e2c948e5672f3ad734b54b862032 (diff)
more sections
Diffstat (limited to 'docs/look_ahead.tex')
-rw-r--r--docs/look_ahead.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/look_ahead.tex b/docs/look_ahead.tex
new file mode 100644
index 0000000..d5c37c6
--- /dev/null
+++ b/docs/look_ahead.tex
@@ -0,0 +1,9 @@
+\section{Look ahead}
+
+By now you’re probably itching to try out some of your own ideas about how to
+make a good bot. Now’s a great time to take a break from following my detailed
+instructions and just play around with some ideas.
+Here’s an idea to get you started: our \texttt{random\_avoid\_bot} only looked
+one square ahead, try making a bot which looks two squares ahead and chooses the
+direction with the most free space.
+