mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
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:
@ -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)
|
||||||
|
Reference in New Issue
Block a user