0% found this document useful (0 votes)
1 views2 pages

Hangman Game Proposal

The document is a project proposal for a Hangman game developed by students in the BS(ROBO) program. It outlines the game's mechanics, including how players guess letters and how the game tracks correct and incorrect guesses. The proposal also mentions the use of an enumeration class to indicate the game's status and a program class to manage user interactions.

Uploaded by

Malik Saab
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views2 pages

Hangman Game Proposal

The document is a project proposal for a Hangman game developed by students in the BS(ROBO) program. It outlines the game's mechanics, including how players guess letters and how the game tracks correct and incorrect guesses. The proposal also mentions the use of an enumeration class to indicate the game's status and a program class to manage user interactions.

Uploaded by

Malik Saab
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

PF Project Proposal

11/16/2022

Name Roll No Section


Shad Hassan 22F-3823 BS(ROBO)
Muhammad Zaid 22F-3809 BS(ROBO)
Asjal Ata 22F- BS(ROBO)
Introduction
Hangman is a popular word guessing game where the player attempts to
build a missing word by guessing one letter at a time. After a certain number
of incorrect guesses, the game ends and the player lose. The game also ends
if the player correctly identifies all the letters of the missing word.

The main thing from the program is holding the guessed letters in an array
collection and manipulating against the randomly picked word. In addition, you
need to count the missing letters. Let's see the code that verifies the user's guessed
letter and builds the word.
The enumeration class is an indicator whether a user is winning or losing the game.
The program class is the one which takes all the actions from the user and runs the
game.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy