Add words
This commit is contained in:
parent
9ff26406ca
commit
a48f578328
13
pendu.c
13
pendu.c
@ -3,7 +3,7 @@
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#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) {
|
||||
|
Loading…
Reference in New Issue
Block a user