diff --git a/pendu.c b/pendu.c index 3e574e7..1b0cfd6 100644 --- a/pendu.c +++ b/pendu.c @@ -3,7 +3,7 @@ #include #include -#define MAX_WORDS 5 +#define MAX_WORDS 14 #define MAX_TRIES 6 const char *words[MAX_WORDS] = { @@ -11,7 +11,16 @@ const char *words[MAX_WORDS] = { "ordinateur", "langage", "jeu", - "algorithmique" + "algorithmique", + "fontainebleau", + "koala", + "anticonstitutionnellement", + "code", + "canard", + "gyroscope", + "periclitation", + "susurrer", + "eclesiastique" }; void display_hangman(int tries) {