a (safe?) words guessing game made in C
One enters a text The other guesses it by either inputing a series of letters (including space)/numbers or one of them each time by default you can only do 10 mistakes
Note : duplicated guess (character) gets counted a mistake.
Enjoy!
changelog v 0.11:
- freeing leftover memory
- fixed game continuing after winning
- clearer messages handling for readability
changelog v 0.49:
- showing the found and unfound characters at the end
- more interactivity
`-> refusing some unfun characters
`-> empty input case
- i drink water with a spoon, hby?
changelog v 0.50:
- yet more interactivity
`-> added prototype menu and retry