summaryrefslogtreecommitdiff
path: root/up_bot.py
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@zancanaro.id.au>2022-09-25 00:10:13 +1000
committerCarlo Zancanaro <carlo@zancanaro.id.au>2022-09-25 00:38:04 +1000
commit7daa5284f9eddf6d4b4e7838919e80ce25324bb0 (patch)
treeac92d9aa97621b4c314441a4cb7cdcab60b4f85e /up_bot.py
parente031af6e5e8324fe4cda66d9597904040b17ca80 (diff)
Lots of changes!HEADmaster
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