Created Hangman-Game.md

pull/283/head
Satyam Yadav 5 years ago committed by GitHub
parent e6ee811aa5
commit cfd7e49b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,9 +24,11 @@ Basic understanding of loops and string manipulation is required
## Useful links and resources ## Useful links and resources
Here's an online version of the classic hangman: https://www.hangmanwords.com/play Here's an online version of the classic hangman: https://www.hangmanwords.com/play
You can yourself play the game online on the above given website to understand it better and also could figure out the logic behind the working of the game pretty easily. You can yourself play the game online on the above given website to understand it better and also could figure out the logic behind the working of the game pretty easily.
## Example projects ## Example projects
https://github.com/SatyamYadav-cmd/Hangman https://github.com/SatyamYadav-cmd/Hangman
Here is an example project which I made in Python using simple String Manipulation techniques, it runs great on Python IDLE. Here is an example project which I made in Python using simple String Manipulation techniques, it runs great on Python IDLE.
NOTE: Not all the words of the dictionary are included within the code, but you can add you own words too if you wish to. NOTE: Not all the words of the dictionary are included within the code, but you can add you own words too if you wish to.
Loading…
Cancel
Save