You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In @whr.create_game("shusaku", "shusai", "B", 1, handicap), is the handicap
the rank differece between the two players (e.g. 1d vs 5d)?
or the handicap of game being played (stones on board)?
If both means something similar, what value should be used for the difference (rank difference or stone), for example, 1d (B) vs 5d (W), 4 stones? Should it be 4, or (4 x some weight)?
The text was updated successfully, but these errors were encountered:
In
@whr.create_game("shusaku", "shusai", "B", 1, handicap)
, is thehandicap
If both means something similar, what value should be used for the difference (rank difference or stone), for example, 1d (B) vs 5d (W), 4 stones? Should it be 4, or (4 x some weight)?
The text was updated successfully, but these errors were encountered: