From 35e78f4753a564574c2b17f0daec6069b2f41382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sat, 13 May 2023 13:06:49 +0200 Subject: [PATCH] add 6th initial to color initials --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 8da71e2..7136bcf 100644 --- a/constants.py +++ b/constants.py @@ -4,7 +4,7 @@ # some values shared by all (default) hanabi instances HAND_SIZES = {2: 5, 3: 5, 4: 4, 5: 4, 6: 3} NUM_STRIKES = 3 -COLOR_INITIALS = 'rygbp' +COLOR_INITIALS = 'rygbpt' PLAYER_NAMES = ["Alice", "Bob", "Cathy", "Donald", "Emily", "Frank"]