|
|
@ -1,5 +1,12 @@ |
|
|
|
#include "hangman.h" |
|
|
|
#include <stdio.h> |
|
|
|
#include <string.h> |
|
|
|
|
|
|
|
char wordlist[10][30] = { |
|
|
|
"Kartoffel", "Zigarette", "Haus", "Fenster", "Kartenleseettiketiergerät", |
|
|
|
"Kleiderschrank", "Schnee","Wasserhahn", |
|
|
|
"Fernbedienung", "Computertastatur" |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
void hangman() |
|
|
|