govariantsteam / govariants

A place to play Go variants
https://www.govariants.com
GNU Affero General Public License v3.0
5 stars 1 forks source link

[baduk] validate config #23

Closed benjaminpjones closed 6 months ago

benjaminpjones commented 2 years 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!

benjaminpjones commented 2 years ago

Related to #8, but this fix should happen on both frontend and backend by throwing from the Baduk constructor.