Hangman Game
Period: 11/08/2021 - 13/08/2021
Project Name: Hangman Game
App Demo: Watch the app demo on YouTube
GitHub: Go to GitHub
Python PyCharm Turtle Time
What's the Project For?
- Project at the FDM Group Women in Tech Bootcamp.
- Consolidate Python knowledge learnt in University and from the Bootcamp.

Game Description
In the game, there are 3 difficulty levels, easy, medium, and hard, with fewer lives accordingly. Player 1 would write down a word for Player 2 to guess, and player 2 would guess it until his/her lives are all used up. I've used the Python library 'Turtle' to create a graphical interface for a better gaming experience for the users.
Most Challenging Part of the Project?
The biggest challenge of this project was to create a graphical interface using turtle. It was hard to know which coordinates the turtle has to goto in order to create a good looking interface. In the end, I managed to do it by first designing the graphics on a graph paper online, and code it accordingly.