chiark / gitweb /
Dominosa: add presets for Hard and Extreme difficulty.
authorSimon Tatham <anakin@pobox.com>
Fri, 5 Apr 2019 18:41:38 +0000 (19:41 +0100)
committerSimon Tatham <anakin@pobox.com>
Fri, 5 Apr 2019 18:41:38 +0000 (19:41 +0100)
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.

dominosa.c

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