Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 611 Bytes

File metadata and controls

2 lines (2 loc) · 611 Bytes

Computer-Science-Project

To design the classic game Hangman using various concepts in C++ such as: Flow of control, Data structures, Basic operations on Data structures, Object Oriented Programming(OOP), Generation of random numbers, Data File Handling. The game is designed to do the following: Allows the user to type a letter in one try. If the letter is in the word(s), then it would appear everywhere in the word(s). If the letter isn't in the word(s), then a body part is added to the gallows. The user can continue guessing letters until he/she gets the word(s) or all 6 body parts are on the gallows.