From 7daa5284f9eddf6d4b4e7838919e80ce25324bb0 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Sun, 25 Sep 2022 00:10:13 +1000 Subject: Lots of changes! --- up_bot.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 up_bot.py (limited to 'up_bot.py') 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 -- cgit v1.2.3