florinpop17 / app-ideas

A Collection of application ideas which can be used to improve your coding skills.
https://iCodeThis.com/?ref=app-ideas
MIT License
80.95k stars 9.6k forks source link

Hangman Project #707

Closed SmritiVM closed 1 year ago

SmritiVM commented 1 year ago

The Hangman Project is based on the hangman game wherein a user is given a certain number of chances to guess a given word before dying / losing. The word is initially represented as all blanks and upon a correct guess, all instances where that character occurs are replaced. This game is a beginner-level project the helps to explore basic data structures like arrays and dictionaries and can be extended to include GUI as well