Skip to content

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)…

Notifications You must be signed in to change notification settings

Aswin0305/Computer-Science-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

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)…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages