Commit Graph

40 Commits

Author SHA1 Message Date
271c1234e6 Removed -Wextra 2017-08-24 00:06:22 +02:00
2c3376202d Removed the malloc calls to prevent memory leak at the end of the program 2017-08-24 00:03:06 +02:00
76c6830b89 Add coredump files to .gitignore 2017-08-23 22:08:49 +02:00
c1dc380ba9 Fix buffer overflow (space for '\0' character missing) 2017-08-23 22:06:49 +02:00
ca3347f21d Use platform-independent compiler name; remove debug symbols; add -Wextra 2017-08-23 21:48:29 +02:00
d9f9acc87c Cleanup 2017-08-23 21:29:32 +02:00
6c168a8618 New impressive streak animation 2017-05-25 17:46:51 +02:00
dd28f75813 Hitscreen gets updated after Player input and before win check 2017-05-24 15:47:25 +02:00
874367f321 Added hitfeed; ClearAnimation 0 offset fix 2017-05-24 15:10:51 +02:00
72385eea81 Changed linebreak; animateLineClear clears a given line with a little animation; Display the correct word on game win 2017-05-23 20:23:00 +02:00
bc8560aec5 Cleanup 2017-05-22 22:40:18 +02:00
dc52cc60a6 Fixed a bug where the character set didn't show numbers 2017-05-22 21:43:33 +02:00
8bd852ad8b Fixed game stats screen #20 2017-05-22 21:30:38 +02:00
359e55de4b Block enter during the game #22 2017-05-22 18:21:16 +02:00
efb519af60 Slower animation #23 2017-05-22 18:14:10 +02:00
f2333e87ef Fixed file read bug #17 2017-05-21 17:09:18 +02:00
bdca40555d Press ENTER at end screen to continue #17 2017-05-09 20:25:30 +02:00
988b71bf8b Default case added --> Invalid arguments message #16 2017-05-07 14:47:54 +02:00
4b0c611a60 Start and Endtime; Timediff on game end #15 2017-05-07 14:38:14 +02:00
98d42c4f6a Added Readme.md 2017-05-06 23:48:44 +02:00
c703bd17dd Guess Word input is now limited to MAXWORDLENGTH; Clean up #14 2017-05-06 23:27:13 +02:00
c29a1e914c Linebreak if the word is too long for one line #14 2017-05-06 22:53:01 +02:00
acad4c7495 Fixed "ctrl + c to exit" at the bottom line 2017-05-06 14:50:28 +02:00
73a36e65b7 ANIM_DURATION added #12; ASCII Hangman finished, reduced tries to 5 2017-05-05 21:06:53 +02:00
d0eae536a7 animation speed #12; drawFigure #13 2017-05-05 20:49:20 +02:00
1a24486ec3 makefile for mingw #10; drawAlphabet #8 2017-05-05 17:09:53 +02:00
c664c70a37 initAlphabet, drawAlphabet, macros added #8 2017-05-04 21:56:04 +02:00
9acc6f3b86 fixed divided by 0 bug #9; max x/y -1 2017-05-04 21:26:09 +02:00
99c5a7944a #7 use last word in case the hits are higher 2017-05-03 21:31:51 +02:00
d220ade335 Added simple animation to hit message 2017-05-03 20:04:58 +02:00
fbf1d10af1 troll mode added #7 2017-05-03 19:38:10 +02:00
d0d3c6e7bd Fixed no arguments crash (filename length is now fixed to 255chars) #6 2017-05-03 17:57:45 +02:00
37b129b811 Random word from file #5 2017-05-02 18:22:29 +02:00
83ffee4315 Added getopt; added help screen #4 2017-05-02 16:50:43 +02:00
6df0af4c2f Added start screen; Cursor enabled on Word input 2017-05-01 20:15:30 +02:00
bedd8b4127 Input will be only lowercase #1 2017-05-01 19:58:44 +02:00
6dfcfcd4ac Spaces are filtered on initialization #2 2017-05-01 19:47:10 +02:00
9bc95c07af Better end screen 2017-05-01 18:22:04 +02:00
4cb1732990 Initial commit; basic functionality 2017-05-01 17:24:17 +02:00
5b1e0121df Add license 2017-05-01 12:38:03 +00:00