Skip to content
Open navbar menu
Sign UpLog In

Community

#hangman
PromptFinder
Profile picture for CoderGautamYTCoderGautamYT
DATA
Profile picture for SteveMoracoSteveMoraco
Diplop
Profile picture for mathieufloresmathieuflores
Explore the Community HubSubmit a Deployment
Community Hub
Submit Deployment
FEATURED
LenaAtReplit
Welcome to the Replit Community!
jeff
Announcing Ghostwriter Chat
TOP TAGS
#python
#javascript
#ai
#apps
#html
#fun
#game
#simple
#python3
#java
#cpp
#bash
#Css
#c
Coder-301
Coder-301
published an Update
2 months ago
220
Hang Man
Hang ManThis is the classic Hang Man game made with a local leaderboard
Download this game
Really would appreciate if you download
#hangman
#simple
#games
+2
henrygriffin330
henrygriffin330
published an Update
3 months ago
2
Hangman
HangmanThe classic game.
Added a __already guessed__ checker
The final update...
henrygriffin330
henrygriffin330
@henrygriffin330 3 months ago
DennisMatyukhin
DennisMatyukhin
published an Update
12 days ago
0
Ultimate Hangman Game!
Ultimate Hangman Game!Play hangman with over 50 different words!
Added 20 more words
20 more words were added + some bugs fixed
Manthankumar6
Manthankumar6
published a Repl
23 days ago
0
HANG MAN
HANG MANIt's hang man You have to guess a word which is chosen by the program. How to play: Firstly enter how many attempts you want to guess the word. Enter any alphabet (a to z) one by one. If you guess a letter correct it will shown by the program. If you guess the whole word correct, you win otherwise you lose. HINT : 1 .Those words are commonly used in our life. You get to know the length of the word. if you guess a letter correct then it is shown by the game with its position.
e28717
e28717
insane 19 days ago
vvithershins
vvithershins
published a Repl
2 months ago
1
Hangman Game (Day39_100Days)
Hangman Game (Day39_100Days)Hangman game with ascii art.
BearCoder01
BearCoder01
Cool, repl. Pro tip use the ```join``` methode to print out the contents in a list like normal text ```python test = ['g' , 'h' ] text_print = " ".join(test) print("choice:", text_print) #This printes out: "choice: g h" # Instead of: "choice: ['g', 'h' ]" ```2 months ago