Hangman
A hangman game written in Python to help teach GCSE Computer Science. Many of the programming techniques required for GCSE CS are implemented.
z0z1mu5
nice program sir!
awdimmick
This is my first posting, so please feel free to leave comments!
Goatlover
For me a bit complicated but i'm still a new coder.
For reference this is what I did but I still like yours.
You could also shorten your code a bit
https://repl.it/@Goatlover/Hangman-v2
maxxtandon
Instead of using giant if statements, try arrays, it would be easier to coordinate the placement of the hangman itself. Otherwise, nice program!
awdimmick
@maxxtandon: Thanks, that's a nice idea to use an array to store each row of the gallows/hangman and then display however many rows were necessary depending on the number of incorrect guesses.
Really good program sir I can wait to learn how to make this in a few years!