Skip to content

Commit

Permalink
Rename bots
Browse files Browse the repository at this point in the history
  • Loading branch information
m1foley committed Oct 3, 2024
1 parent d51a4d6 commit 4e83e0d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/mjw/core/game.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,16 @@ defmodule Mjw.Game do
|> List.flatten()
@four_empty_seats 0..3 |> Enum.map(fn _ -> %Mjw.Seat{} end)
@bot_names [
"Black Sesame 🤖",
"Dragonfruit 🤖",
"Garlic 🤖",
"Ginger 🤖",
"Goji 🤖",
"Guava 🤖",
"Lian Wu 🤖",
"Lychee 🤖",
"Papaya 🤖",
"Passionfruit 🤖",
"Persimmon 🤖",
"Pomelo 🤖",
"Taro 🤖",
"Wax Apple 🤖"
"Taro 🤖"
]

defstruct id: nil,
Expand Down

0 comments on commit 4e83e0d

Please sign in to comment.