summaryrefslogtreecommitdiff
path: root/docs/random_avoid.tex
diff options
context:
space:
mode:
Diffstat (limited to 'docs/random_avoid.tex')
-rw-r--r--docs/random_avoid.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/random_avoid.tex b/docs/random_avoid.tex
index 90ac183..136a250 100644
--- a/docs/random_avoid.tex
+++ b/docs/random_avoid.tex
@@ -162,6 +162,8 @@ def bot(board, position):
return choice(valid_moves)
\end{pythoncode}
+\ifshowcode
If you’re really stuck, or want to check your solution, here’s my solution:
\pythonfile{random_avoid.py}
+\fi