Creating A Simple Hangman Game in Python

  Рет қаралды 89,054

NeuralNine

NeuralNine

Күн бұрын

Пікірлер
@shingo371
@shingo371 4 жыл бұрын
i bit late maybe but i love how u make these quite easy to understand tutorials!
@Svarcolaci
@Svarcolaci 4 жыл бұрын
I love your channel! Thanks to you I started to learn programming again after a long break.
@graphitic5578
@graphitic5578 3 жыл бұрын
how's everything going after 10 months. are you now creating graphics, i'm ecstatically curious.
@elpython3471
@elpython3471 3 жыл бұрын
"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
@onesocktoobig
@onesocktoobig 2 жыл бұрын
How do you remove the word from the list once its used? I tried methods for both strings and lists and neither work.
@hi.____.
@hi.____. 9 ай бұрын
1:35 and add Uppercase:)
@sowmiyabaskar6581
@sowmiyabaskar6581 2 жыл бұрын
Kudos, really easy to follow the code!
@thirumurugana9972
@thirumurugana9972 3 жыл бұрын
How to give hints for the words ....pls reply
@ahmedrobi6507
@ahmedrobi6507 4 жыл бұрын
do some advance programmes, would love to learn
@NeuralNine
@NeuralNine 4 жыл бұрын
i have made some in the past and I will make more in the future :)
@ahmedrobi6507
@ahmedrobi6507 4 жыл бұрын
@@NeuralNine i hae seen all of them already
@ahmedrobi6507
@ahmedrobi6507 4 жыл бұрын
have
@googleaccount7252
@googleaccount7252 4 жыл бұрын
@@ahmedrobi6507 Ahmed I hope you're doing ok, where you from?
@ahmedrobi6507
@ahmedrobi6507 4 жыл бұрын
@@googleaccount7252 yeah im completely fine buddy
@animatnetic2545
@animatnetic2545 3 жыл бұрын
Sorry, I have a question why would you use end=" " in the code?
@guillermoalonso1420
@guillermoalonso1420 3 жыл бұрын
It is used to don’t do automatically at the end of the print, which is set by default. Here it is necessary as we want to display the word letter by letter in the same line.
@animatnetic2545
@animatnetic2545 3 жыл бұрын
@@guillermoalonso1420 Thanks mate, this helped a lot.
@sparklingdesire8800
@sparklingdesire8800 4 жыл бұрын
Damn the thumbnail xd
@NeuralNine
@NeuralNine 4 жыл бұрын
what about it? ^^
@sparklingdesire8800
@sparklingdesire8800 4 жыл бұрын
@@NeuralNine I saw it first before reading the title and I got a bit scared 🤦‍♂️
@fizion3045
@fizion3045 3 жыл бұрын
everyything but the words = f.readlines() im using spyder can someone tell me if I'm doing anything wrong?
@Tiger-zq3ph
@Tiger-zq3ph 4 жыл бұрын
How do I get the python menu on the side bar?
@electricz3045
@electricz3045 4 жыл бұрын
Use Pycharm. Its at the left by default
@aayush8037
@aayush8037 3 жыл бұрын
I have a bug my game continues to ask for inputs even after i have guessed all the letters
@endrernningen3637
@endrernningen3637 3 жыл бұрын
i'm probably late, but i have the same problem
@abxgajebrvst
@abxgajebrvst 2 жыл бұрын
@@endrernningen3637 did you ever find a solution?
@jonathanmoas6783
@jonathanmoas6783 3 жыл бұрын
what about the drawing of the hangman?
@paulbreetzke1474
@paulbreetzke1474 3 жыл бұрын
du cary st mich durch Informatik durch
@NeuralNine
@NeuralNine 3 жыл бұрын
Immer gerne
@simpleperson98
@simpleperson98 Жыл бұрын
is it possible to do a custom prompt word or phrase rather than a premade one from a list?
@curtislevey7639
@curtislevey7639 4 ай бұрын
At the beginning prompt user for an input, define the 'word' as that input, and then start the game. But if you were making this multiplayer, you'd be able to see the input in the terminal so it wouldn't be very secretive
@zogel_mogel
@zogel_mogel Жыл бұрын
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()
@fati2487
@fati2487 3 жыл бұрын
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.
@rreynz5460
@rreynz5460 2 жыл бұрын
yes i had the exact same issue its an easy fix, where it says "while not done: at the very end of that group of code it should end in print(" ") i think he deleted it without showing it in the vid
@Mark-lg3to
@Mark-lg3to 4 жыл бұрын
i have a problem on line 21 it says break is outside the loop
@fernandomagnabosco
@fernandomagnabosco 4 жыл бұрын
careful with identation
@danyeeeul
@danyeeeul 3 жыл бұрын
yeah same
@rishitjain3777
@rishitjain3777 4 жыл бұрын
I would love to see more content on hacking really like it
@bruhsprinkles5490
@bruhsprinkles5490 4 жыл бұрын
i need help in line 8 it said syntax error please help me
@mannaroy1546
@mannaroy1546 3 жыл бұрын
My error is File "/Users/Bakbakum/PycharmProject/SnakeGame/main.py", line 18 if guess.lower() not in word.lower(): IndentationError: unexpected indent
@hajardr100
@hajardr100 3 жыл бұрын
in line 17 the for letter not letters
@elevendarter112
@elevendarter112 3 жыл бұрын
Why do I get this error msg? Traceback (most recent call last): File " .py", line 17, in if guess.lower not in word.lower(): TypeError: 'in ' requires string as left operand, not builtin_function_or_method
@elevendarter112
@elevendarter112 3 жыл бұрын
Oops..., solved. I forgot to add brackets after "guess.lower". Stupid mistake.
@LibreLobo
@LibreLobo 4 жыл бұрын
Awesome 👍! Thank you!
@Kyro_LxG
@Kyro_LxG 4 жыл бұрын
Love the content man. Hey btw may i know what is the name of the intro song.
@alfwareing6970
@alfwareing6970 3 жыл бұрын
love the channel but wich python are you using?
@sleepywithspeed
@sleepywithspeed 3 жыл бұрын
This should work on any python 3 version
@crazyworldgames4248
@crazyworldgames4248 3 жыл бұрын
Thanks 🎮🕶💻
@01akbarikrunal24
@01akbarikrunal24 4 жыл бұрын
Hey bro it's hard to understand but thank you you made easy
@Simply-retro
@Simply-retro 3 жыл бұрын
ty vermy much bro love the conttents keep it up
@zahraa10f
@zahraa10f 2 жыл бұрын
It was a perfect teaching
@programmerrdai
@programmerrdai 4 жыл бұрын
Great Content
@dolfinho87
@dolfinho87 4 жыл бұрын
Nice video! Thanks!
@aprameyamandal4346
@aprameyamandal4346 4 жыл бұрын
Super!
@deltabytes
@deltabytes 4 жыл бұрын
nice one,keep it up and i got a request can you do some tuts about kivy please
@NeuralNine
@NeuralNine 4 жыл бұрын
never really used it so I guess I can't make tutorials on that soon :/
@deltabytes
@deltabytes 4 жыл бұрын
@@NeuralNine I will keep waiting if you happen to do them,otherwise i learn a lot from your tuts
@baryalen9669
@baryalen9669 4 жыл бұрын
Bro please crop in to the screen a bit hard to read code at 480p
@FT4YOU
@FT4YOU 4 жыл бұрын
Hi i am a beginner, i did this the noob way without looking for any tutorial. What i can't fix is if the matched word is correct until the end then print the winner. Another issue: in the third word if the player types the wrong alphabet the loop goes back to the beginning, it does not ask for the third only. I know this loop looks stupid but i am trying really hard to get this done. You made it look so easy while i did all this :( import random hangman = True tries = 4 print(f"Welcome to hangman. You start with {tries} health. Try to guess the missing word :)") name_list = ['Ford', 'Lamborghini', 'Einstein', 'Pythonista', 'Shopaholic', 'Nurmagomedov', 'Stalin', 'Tupac', 'Balenciaga', 'Chrysler', 'Felton', 'Hanks', 'Bonnie', 'Hallden', 'Clever'] alphabetical_order = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'] computer_choice = random.choice(name_list) the_f_a_choice = computer_choice[0] guesses = [] # check_len_word = print("The numerical order of the word is", len(computer_choice), "and the first alphabet is... ->", the_f_a_choice, "
@godza4735
@godza4735 2 жыл бұрын
how it is going one year after this tutorial?
@joeswanson8240
@joeswanson8240 2 жыл бұрын
give up
@anjanit2006
@anjanit2006 Жыл бұрын
thanks so much bro
@ayosalau940
@ayosalau940 Жыл бұрын
Thanks!!!
@cocoarecords
@cocoarecords 3 жыл бұрын
damn love this
@Red_mihiko
@Red_mihiko 3 жыл бұрын
thx man
@iulianalexandrudragan5531
@iulianalexandrudragan5531 4 жыл бұрын
NiCe GaInZ bRo
@issac4553
@issac4553 3 жыл бұрын
Do fluid simulation
@devil_2823
@devil_2823 4 жыл бұрын
most of this I havent learnt yet
@trivenibangera3685
@trivenibangera3685 3 жыл бұрын
It is awsome.
@rpkkk8096
@rpkkk8096 4 жыл бұрын
Remember me when you are famous 😄
@yasyasmarangoz3577
@yasyasmarangoz3577 4 жыл бұрын
?
@mannaroy1546
@mannaroy1546 3 жыл бұрын
My thing keeps on saying Game Over! Even though I got it right
@karinaganieva130
@karinaganieva130 3 жыл бұрын
cool
@bharatmrk5606
@bharatmrk5606 4 жыл бұрын
Cool
@vipercreed
@vipercreed 4 жыл бұрын
Next step after coding how we can run that game
@codershaven1264
@codershaven1264 4 жыл бұрын
run the code
@mypccontent6273
@mypccontent6273 2 жыл бұрын
I'm onion and I code
@georgewong4453
@georgewong4453 3 жыл бұрын
好名
@zuberkariye2299
@zuberkariye2299 4 жыл бұрын
First
@NeuralNine
@NeuralNine 4 жыл бұрын
that was fast ^^
@MrSeinfeldFan2
@MrSeinfeldFan2 3 жыл бұрын
No pictures at all? how boring....
What's New in Python 3.9?
11:13
NeuralNine
Рет қаралды 28 М.
How To Code Hangman In Python | Tutorial For Beginners
16:26
Shaun Halverson
Рет қаралды 51 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
How I make bots using python (educational)
17:12
Kian Brose
Рет қаралды 568 М.
Create a QUIZ GAME with Python 💯
9:29
Bro Code
Рет қаралды 231 М.
Python laid waste to my C++!
17:18
Sheafification of G
Рет қаралды 148 М.
5 Python Libraries You Should Know in 2025!
22:30
Keith Galli
Рет қаралды 70 М.
DICE ROLLER program in Python ⚂
10:06
Bro Code
Рет қаралды 70 М.
5 Good Python Habits
17:35
Indently
Рет қаралды 665 М.
How To Make HANGMAN in Unity! [FULL GAME TUTORIAL]
31:43
AlexJDev
Рет қаралды 5 М.
Hangman Game in Python | Python Project #3 | Python Project for beginners #lec55
31:43
15 Python Libraries You Should Know About
14:54
ArjanCodes
Рет қаралды 408 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН