Add support for up to 6 players.

This commit is contained in:
Greyson Parrelli
2026-07-28 07:36:09 -04:00
parent e542118175
commit a4f5f6910d
38 changed files with 2306 additions and 713 deletions
+1 -1
View File
@@ -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 {