chiark
/
gitweb
/
~ian
/
sgt-puzzles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97a36f1
)
Dominosa: add presets for Hard and Extreme difficulty.
author
Simon Tatham
<anakin@pobox.com>
Fri, 5 Apr 2019 18:41:38 +0000
(19:41 +0100)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/dominosa.c
b/dominosa.c
index 2fd2af7c319bd6e9517b18b597c0d00ff52a5927..f31af62c01843cfaf6009319224d6b42571e03cb 100644
(file)
--- a/
dominosa.c
+++ b/
dominosa.c
@@
-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)