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

Rohan Python Project 1

Rohan Biswal presents a Python hangman game project. The project uses GUI to allow players to guess letters to form words. If correct letters are guessed, they appear in the word; if incorrect guesses are made, parts of a hanging man are drawn. The project requires Python skills like functions and loops. Rohan's team of 3 members divides responsibilities - Rohan and Shanmukh handle backend code, Rohan frontend GUI, and Rahul and Shanmukh the final report. The DFD shows the flow from choosing a secret word to a player winning or losing.

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)
78 views

Rohan Python Project 1

Rohan Biswal presents a Python hangman game project. The project uses GUI to allow players to guess letters to form words. If correct letters are guessed, they appear in the word; if incorrect guesses are made, parts of a hanging man are drawn. The project requires Python skills like functions and loops. Rohan's team of 3 members divides responsibilities - Rohan and Shanmukh handle backend code, Rohan frontend GUI, and Rahul and Shanmukh the final report. The DFD shows the flow from choosing a secret word to a player winning or losing.

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 : ROHAN BISWAL
REGISTRATION NO. : 12111381
INTRODUCTION
 My name is Rohan Biswal 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