@hanabi-live/game
Preparing search index...
sudokuIsCardNeededForMaxScore
Function sudokuIsCardNeededForMaxScore
sudokuIsCardNeededForMaxScore
(
suitIndex
:
0
|
1
|
2
|
3
|
4
|
5
,
rank
:
1
|
2
|
3
|
4
|
5
|
7
,
deck
:
readonly
CardState
[]
,
playStackStarts
:
Readonly
<
Tuple
<
null
|
7
|
3
|
1
|
2
|
4
|
5
,
NumSuits
>
>
,
variant
:
Variant
,
)
:
boolean
Check if the card can still be played in a Sudoku variant.
Parameters
suitIndex
:
0
|
1
|
2
|
3
|
4
|
5
rank
:
1
|
2
|
3
|
4
|
5
|
7
deck
:
readonly
CardState
[]
playStackStarts
:
Readonly
<
Tuple
<
null
|
7
|
3
|
1
|
2
|
4
|
5
,
NumSuits
>
>
variant
:
Variant
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@hanabi-live/game
Loading...
Check if the card can still be played in a Sudoku variant.