Disservin/fastchess

opening order default

Closed this issue · 3 comments

Openings will be picked in the order specified by ORDER,
which can be either 'random' or 'sequential' (default).

vs

           ORDER  - the order of openings to be played, either random or sequential.
                     Default is random.

Noting here that if default behaviour is changed, then parts of #448 should be reverted again.

i think random for default makes more sense as its the one testers typically use, and fishtest also already specifies order=random

I'm find with any default as long as the choice is conscious.