Shanmukh Python Project1
Shanmukh Python Project1
PRESENTED BY-
NAME : K.SHANMUKH SAI VINAYAK
REGISTRATION NO. :12112432
INTRODUCTION
My name is K.Shanmukh Sai Vinayak and I am very thankful to my teacher who has given me the golden
opportunity to do this wonderful project. My project is based on Hangman Game.
A Hangman Game On Python is about guessing letters (A-Z) to form the words. If the player guesses the right
letter that is within the word, the letter appears in its correct position. The user has to guess the correct word
until a man is hung, then the game is over.
The Hangman Game In Python project requires good knowledge of Python which includes defining functions and
managing for/while loops. The functions that we use here contain arguments that are defined in a global scope
which can be further used in other functions to improve game quality. It can also be used to provide different
steps when required to execute upon conditions by the for and while loops.
The objective of our project is to implement the hangman game using Python. It doesn't require any specific
modules other than random and time. Python loops and functions are enough to build this game here. A word
game in which one player has to guess a word that the other player has thought of, by guessing the letters in it.
Every time they guess a wrong letter, part of a picture of a person being hanged is drawn, and if the picture is
completed the person guessing has lost.
Details about team members :
So in my group there are 3 team members including me and team members have divided the work
accordingly.
Backend part means proper python code of the project will be done by Rohan Biswal and K.Shanmukh
Sai Vinayak.
Frontend part means Graphic User Interface(GUI) of the project will be done by Rohan Biswal.
Final project report and presentation will be done by R Rahul and K.Shanmukh Sai Vinayak.
TIME LINES
Come up with
a secret word
Ask play to
guess a letter
END
BIBLIOGRAPHY
• https://www.geeksforgeeks.org/
• https://www.quora.com
• https://biteresources.com/
• www.youtube.com
• https://www.w3schools.com/
THANK YOU