ANIM_DURATION added #12; ASCII Hangman finished, reduced tries to 5

This commit is contained in:
2017-05-05 21:06:53 +02:00
parent d0eae536a7
commit 73a36e65b7
2 changed files with 15 additions and 9 deletions

View File

@@ -1,8 +1,9 @@
/* Defined macros */
#define DEFAULTTRIES 9
#define DEFAULTTRIES 6
#define MAXWORDLENGTH 100
#define ALPHABET 26
#define ALPHABET_NUM 36
#define ANIM_DURATION 1
/* Data structures */
typedef struct {