Hangman

About:

Hangman is my first project that got developed in a 24-hour-challenge. Specifically, i came up with the idea, and tried my best to complete the project as fast as possible, so i finished it in a day.

General Idea:

It is the classic hangman game, just featured and visualized on screen with Pygame. Click on a letter on the screen, and if it is part of the word, then the letter will be transfered to its position in the word.If it's not part of the word, then you will lose 1 life(starting with 5) and the hanging-person will go a step closer to its finalle.

End screen:

The game ends with different stages based on your success or your failure. If you found the word, the hanging-person will be set free. However, if you didn't find the word, the hanging-person will continue to suffer...


--Lines of code written: 300+