This is my first project, after 4 days at Ironhack!
- This is a game where human plays againts cpu:
- cpu will chose a random word from a list of words related to python
- cpu will ask human for input letters (the human guess)
- Every guess is checked in the word to guess
- If the guess is present in the word cpu will tell human how many times
- cpu will also display a plot placing the right guess and the previous ones
- human can enter 7 wrong guesses before being hanged
- If human guesses all the letters before exhausting the opportunities, human wins
- Otherwise, human loses and dies
Pretty weird system of appeals, right?
Open hangman_NRius.py in your terminal with
python hangman_nrius.py
Follow the instructions from the prompt
open hangman_nrius.ipynb
and simply
follow the instructions from the prompt