You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple implementation of the classic hangman game in Python. The game randomly chooses a word from a predefined list of words, and the player must guess the word by suggesting letters.
Run the script main.py in your terminal using the following command: python main.py
Start the game
Usage
The game will prompt you to enter a single letter to guess the word. You will have 5 lives, and each incorrect guess will result in the loss of a life. You win the game by correctly guessing the word before running out of lives.
Contributors
Melih Orhan Yilmaz
Timeline
Project started: May 9th, 2023
Readme file completed: May 10th, 2023
Personal Situation
This project was created as part of AI bootcamp. I enjoyed building this game and learned a lot about Python programming and simple game development.