Dominosa: add presets for Hard and Extreme difficulty.

I decided not to go all the way up to order-9 Extreme, because that
takes a lot of CPU to generate. People can select it by hand if they
don't mind that.
This commit is contained in:
Simon Tatham
2019-04-05 19:41:38 +01:00
parent 97a36f1cd2
commit a2b70e2a6e

View File

@ -142,6 +142,8 @@ static const struct game_params dominosa_presets[] = {
{ 7, DIFF_BASIC }, { 7, DIFF_BASIC },
{ 8, DIFF_BASIC }, { 8, DIFF_BASIC },
{ 9, DIFF_BASIC }, { 9, DIFF_BASIC },
{ 6, DIFF_HARD },
{ 6, DIFF_EXTREME },
}; };
static bool game_fetch_preset(int i, char **name, game_params **params_out) static bool game_fetch_preset(int i, char **name, game_params **params_out)