Add support for up to 6 players.
This commit is contained in:
@@ -10,7 +10,7 @@ import "testing"
|
||||
func goldenGame(t *testing.T) (*Game, *Player, *Player) {
|
||||
t.Helper()
|
||||
g := New()
|
||||
g.Pack = "golden"
|
||||
g.Packs = []string{"golden"}
|
||||
g.buildDecks()
|
||||
p1, err := g.AddPlayer("Alice")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user