Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.2 KB

File metadata and controls

43 lines (29 loc) · 1.2 KB

Hangman Game

Table of Contents

  1. Description
  2. Project Goal
  3. Set-up
  4. How Does it work?
  5. What did I learn?
  6. File Structure

1. Description

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.

2. Project Goal

The goal of this project is to showcase what I have learned in the last month by creating Hangman Game.

3. Set-up

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.

4. How does it work?

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.

5. What did I learn?

  1. Using import system.
  2. Implementing functions.
  3. Using Loops, Iteration and Control Flow .
  4. Error Handling.
  5. Implementing Class and using OOP.
  6. Using GitHub Commands to: clone, add origin, add files, check the status as well as commit and push.

6. File Structure

  • README.me
  • milestone_2.py
  • milestone_3.py
  • milestone_4.py
  • milestone_5.py