Giter VIP home page Giter VIP logo

hangman's Introduction

Hangman

This program creates the game Hangman in the terminal. To launch it, direct to the directory where the main.py file is stored and enter the following command:

python3 main.py

Now you will be asked to enter the word which should be guessed. Let's take pineapple as an example.

Enter the word which should be guessed: pineapple

Now the screen clears and you enter the mode where you guess the characters of the word.

 []
_________ length: 9
Enter character: 

Each wrong character will be stored inside of the list you see in the first line. After six wrong guesses, you lose:

You were wrong! ['q', 'w', 'r', 't', 'z']
_________ length: 9
Enter character: u
You guessed 6 times which is too much!

Each right character will be added to the hidden phrase. If you guessed everything without exceeding 6 misses, you win:

You were right! []
pineappl_ length: 9
Enter character: e
The solution is pineapple!
You won the game!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.