Skip to content

Commit

Permalink
Add rayman's bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayman committed Oct 3, 2024
1 parent 09fbb67 commit 8c0d6f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions racer/bots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from .jerrel import DK
from .matthijsfh import MatthijsRacer
from .ferry import FurStappen
from .rayman import RoadRunner

all_bots = [
KeyboardBot,
Expand All @@ -32,4 +33,5 @@
DK,
MatthijsRacer,
FurStappen,
RoadRunner,
]
1 change: 1 addition & 0 deletions racer/bots/rayman
Submodule rayman added at 90b216

0 comments on commit 8c0d6f5

Please sign in to comment.