Skip to main content

Hangman --> Game

Let's Create One more Game..

Hangman Using Python


How To Play?

--> You'll Get length of word(which you need to guess)

    Each guess will fill word and at last you'll get whole word

    Wrong guess cause you -1 life

    if You guessed it without dying then You Win

    if You lost your all life then You lost

    let's see, did You guess is correct or not?

Code is Here

Happy Coding...

Thank You 😊😊

Comments

Popular posts from this blog

Products Which I like

Induction Buy now Induction Buy now

Add BUY ME A COFFEE To Your Github/Website

 Hey Everyone , Today we'll discuss how to add buy me a coffee to your github or website. so let's begin

Makefile

 You may have seen file named Makefile or you may have type command like make, make install. so what is this file Makefile and what are this command. let's discuss about it.