summaryrefslogtreecommitdiff
path: root/up_bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'up_bot.py')
-rw-r--r--up_bot.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/up_bot.py b/up_bot.py
deleted file mode 100644
index 4b2b403..0000000
--- a/up_bot.py
+++ /dev/null
@@ -1,5 +0,0 @@
-def up_bot(whoami, state):
- # Get the number of robots you control.
- n_robots = len(state.robots_by_player[whoami])
- # Tell them all to go up.
- return 'U' * n_robots