Skip to content

Commit

Permalink
feat: add more names to bots
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillegas98 committed Nov 14, 2024
1 parent 507009c commit a71010f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion apps/arena/lib/arena/matchmaking/game_launcher.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ defmodule Arena.Matchmaking.GameLauncher do
"El javo",
"Alberso",
"Thomas",
"Timmy"
"Timmy",
"Pablito",
"Nicolino",
"Cangrejo",
"Mansito"
]

# API
Expand Down
6 changes: 5 additions & 1 deletion apps/arena/lib/arena/matchmaking/pair_mode.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ defmodule Arena.Matchmaking.PairMode do
"El javo",
"Alberso",
"Thomas",
"Timmy"
"Timmy",
"Pablito",
"Nicolino",
"Cangrejo",
"Mansito"
]

# API
Expand Down
6 changes: 5 additions & 1 deletion apps/arena/lib/arena/matchmaking/quick_game_mode.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ defmodule Arena.Matchmaking.QuickGameMode do
"El javo",
"Alberso",
"Thomas",
"Timmy"
"Timmy",
"Pablito",
"Nicolino",
"Cangrejo",
"Mansito"
]

# API
Expand Down

0 comments on commit a71010f

Please sign in to comment.