kemblan / hangman

Hangman
2 stars 8 forks source link

Hangman version in C #5

Open kemblan opened 4 years ago

kemblan commented 4 years ago

Easy huh? Not an C expert use the code from this repo https://github.com/tintinmj/Hangman-game/blob/master/game.c

pdrapi commented 4 years ago

Should we push it to your repo?

juliabialik commented 4 years ago

How to start with C?

Alex-Kivit commented 4 years ago

Well, I complied it and it works, however in this version of the game 2 players are required. I think it would be nice to add a single player option, where the program would either take a random word from a list or parse a text file with the list of words

kemblan commented 4 years ago

How to start with C?

Be precise ? what do you mean?

pdrapi commented 4 years ago

Do we have to install any development kits? If so, how?