- Description
- Project Goal
- Set-up
- How Does it work?
- What did I learn?
- File Structure
Hangman is a guessing game. Player thinks of a word, phrase, or sentence and the other tries to guess it by suggesting letters or numbers within a certain number of guesses.
The goal of this project is to showcase what I have learned in the last month by creating Hangman Game.
In order to complete the setup and you have to either download the project or use the following command: git clone https://github.com/danilenzo/hangman.git either in your favourite IDE or terminal/linux command line.
When the code is running, user has to guess either letter or a word from a string of words. User has 5 chances to guess correctly.
- Using import system.
- Implementing functions.
- Using Loops, Iteration and Control Flow .
- Error Handling.
- Implementing Class and using OOP.
- Using GitHub Commands to: clone, add origin, add files, check the status as well as commit and push.
- README.me
- milestone_2.py
- milestone_3.py
- milestone_4.py
- milestone_5.py