Closed benjaminpjones closed 6 months ago
One example of an invalid config:
{ height: 100, width: 19, komi: 5.5 }
height is too large for SGF format- game creation should fail!
Related to #8, but this fix should happen on both frontend and backend by throwing from the Baduk constructor.
One example of an invalid config:
{ height: 100, width: 19, komi: 5.5 }
height is too large for SGF format- game creation should fail!