0% found this document useful (0 votes)
43 views

Shanmukh Python Project1

K. Shanmukh Sai Vinayak presented a Python hangman game project. The project uses GUI and was developed by a team of 3 students. Shanmukh and Rohan worked on the backend Python code while Rohan developed the frontend GUI. R Rahul and Shanmukh were responsible for the final report and presentation. The game involves a player guessing letters to uncover a randomly selected secret word, with partial drawings of a hanging man representing wrong guesses remaining. If the word is guessed or the man is completed, the game ends.

Uploaded by

ROHAN Biswal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Shanmukh Python Project1

K. Shanmukh Sai Vinayak presented a Python hangman game project. The project uses GUI and was developed by a team of 3 students. Shanmukh and Rohan worked on the backend Python code while Rohan developed the frontend GUI. R Rahul and Shanmukh were responsible for the final report and presentation. The game involves a player guessing letters to uncover a randomly selected secret word, with partial drawings of a hanging man representing wrong guesses remaining. If the word is guessed or the man is completed, the game ends.

Uploaded by

ROHAN Biswal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

PYTHON PROJECT : INT 213

HANGMAN GAME USING GUI

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 :

NAME ROLL NO REGISTRATION NO

Rohan Biswal RK21YKA05 12111381


R Rahul RK21YKA 35 12112067
K.Shanmukh Sai Vinayak RK21YKB54 12112432
ROLES AND RESPONSIBILITIES

 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

 Backend (python code) : 20th October 2022


 Frontend (GUI) : 25th October 2022
 Backend + Frontend : 27th October 2022
 Final project report : 31th October 2022
DATA FLOW DIAGRAM (DFD)
 Flow of the execution of the project:
START

Come up with
a secret word

Ask play to
guess a letter

Letter is in Letter is not in


secret word secret word

Player guessed all Player ran out of


letter and wins guesses and loses

END
BIBLIOGRAPHY
• https://www.geeksforgeeks.org/
• https://www.quora.com
• https://biteresources.com/
• www.youtube.com
• https://www.w3schools.com/
THANK YOU

You might also like