Creating A Simple Hangman Game in Python

preview_player
Показать описание
In this video we will code a simple hangman command-line game in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

i bit late maybe but i love how u make these quite easy to understand tutorials!

shingo
Автор

I love your channel! Thanks to you
I started to learn programming again after a long break.

Svarcolaci
Автор

How do you remove the word from the list once its used? I tried methods for both strings and lists and neither work.

onesocktoobig
Автор

"Alright so I don't think that I need to explain the basic hangman rules to you, but essentially..."
*explains the rules of hangman*
XD

elpython
Автор

do some advance programmes, would love to learn

ahmedrobi
Автор

Kudos, really easy to follow the code!

sowmiyabaskar
Автор

du cary
st mich durch Informatik durch

paulbreetzke
Автор

Sorry, I have a question why would you use end=" " in the code?

animatnetic
Автор

How to give hints for the words ....pls reply

thirumurugana
Автор

Hey, great tutorial. But I don't know if the variable done was important though. It could be made easier with just True and in the end with all()

zogel_mogel
Автор

I would love to see more content on hacking really like it

rishitjain
Автор

Hey bro it's hard to understand but thank you you made easy

akbarikrunal
Автор

everyything but the words = f.readlines() im using spyder can someone tell me if I'm doing anything wrong?

fizion
Автор

I have a bug my game continues to ask for inputs even after i have guessed all the letters

aayush
Автор

ty vermy much bro love the conttents keep it up

Simply-retro
Автор

How do I get the python menu on the side bar?

Tiger-zqph
Автор

i need help in line 8 it said syntax error please help me

bruhsprinkles
Автор

i am a bit late here, but i have a mistake in the code. When the user guesses the word, i say "Congratulations! The word was {word}." But when the user does NOT guess the word, it should say "Game Over". Instead, the program still gives "Congratulations ...". Anyone knows what might be the isuue? I checked everything according to the code in the video but still cannot figure it out.

fati
Автор

Love the content man. Hey btw may i know what is the name of the intro song.

Kyro_LxG
Автор

My error is File "/Users/Bakbakum/PycharmProject/SnakeGame/main.py", line 18
if guess.lower() not in word.lower():
IndentationError: unexpected indent

mannaroy