From 8c0d6f53c3bf8e5e6c958a29ea113eddab72bbd7 Mon Sep 17 00:00:00 2001 From: Ramon Wijnands Date: Thu, 26 Sep 2024 17:12:13 +0200 Subject: [PATCH] Add rayman's bot --- .gitmodules | 3 +++ racer/bots/__init__.py | 2 ++ racer/bots/rayman | 1 + 3 files changed, 6 insertions(+) create mode 160000 racer/bots/rayman diff --git a/.gitmodules b/.gitmodules index 710a135..fed832c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,6 @@ [submodule "racer/bots/ferry"] path = racer/bots/ferry url = https://github.com/MCFurry/furstappen.git +[submodule "racer/bots/rayman"] + path = racer/bots/rayman + url = git@github.com:Rayman/coding-challenge-racer-bot.git diff --git a/racer/bots/__init__.py b/racer/bots/__init__.py index 638c587..5700c72 100644 --- a/racer/bots/__init__.py +++ b/racer/bots/__init__.py @@ -14,6 +14,7 @@ from .jerrel import DK from .matthijsfh import MatthijsRacer from .ferry import FurStappen +from .rayman import RoadRunner all_bots = [ KeyboardBot, @@ -32,4 +33,5 @@ DK, MatthijsRacer, FurStappen, + RoadRunner, ] diff --git a/racer/bots/rayman b/racer/bots/rayman new file mode 160000 index 0000000..90b216f --- /dev/null +++ b/racer/bots/rayman @@ -0,0 +1 @@ +Subproject commit 90b216faccaaa54788e1249818b77acd0d3a2485