Skip to content

Commit

Permalink
Add SmoothSailing
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayman committed Dec 3, 2024
1 parent 72d0bc9 commit 944ac66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@
[submodule "racer/bots/gitplant"]
path = racer/bots/gitplant
url = git@github.com:Gitplant/racer-bot-lombardi.git
[submodule "racer/bots/mhoogesteger"]
path = racer/bots/mhoogesteger
url = git@github.com:MHoogesteger/coding_challenge_racer.git
3 changes: 2 additions & 1 deletion racer/bots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from .rayman import RoadRunner
from .daniel import Racinator
from .gitplant import Lombardi
from .mhoogesteger import SmoothSailing

all_bots = [
# Default bots
Expand All @@ -35,10 +36,10 @@
MatthijsRacer,
FurStappen,
Schummi,

Racinator,
Lombardi,
PaulBot,
SmoothSailing,

# Non competing bots
# RoadRunner,
Expand Down
1 change: 1 addition & 0 deletions racer/bots/mhoogesteger
Submodule mhoogesteger added at a97150

0 comments on commit 944ac66

Please sign in to comment.