Coding Hangman in Python

Опубликовано: 21 Февраль 2026
на канале: JakeEh
705
13

In this video we make Hangman in Python using the API we implemented in the last video. This means that we can play Hangman against the computer and get a new word every time. No friends needed! 😂

We also go over how you can go from an idea of a project or script to getting it created. We define what it is exactly that we want to make and then we break it down into tasks.

Sets:    • Tuples and Sets | Intro to Coding | Learn ...  
User Input:    • User Input & If Else | Intro to Coding | L...  

Timestamps:
00:00 Hangman Game
00:15 Intro
00:54 What is Hangman?
02:01 What do we need to code?
02:42 Printing Hangman Platform
04:55 Player Input
06:18 Print the Secret Word
08:39 Game Logic
12:09 Testing the Game + Fixes
15:00 Outtro
15:15 What's Next?!
15:43 Subscribe!

#python #coding #hangman