add 6th initial to color initials
This commit is contained in:
parent
fceeeb376d
commit
35e78f4753
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue