Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please make a full HANGMAN GAME ( Computer Science Gr . 1 2 ) Program Requirements Produce a modular program that is divided among multiple
Please make a full HANGMAN GAME Computer Science Gr
Program Requirements
Produce a modular program that is divided among multiple subroutines, classes, and files.
Design userfriendly inputoutput forms.
Use appropriate data types int String, long
Use conditional structures ifstatement
Use loop structures for while
Use builtin methods and properties.
Create and use custom methods.
Use at least one form of array onedimensional, twodimensional, ArrayLists
Perform searching as required.
Perform sorting as required.
Use recursion only if necessary, as not all projects will require recursion
Read from and write to an external file eg input and store high scores or other needed data
Encapsulate the final program to include an intro screen, game, and game over screen.
Add an enhancement scorekeeping timer, graphics, animation
Use white space and indenting to improve readability of code.
Use internal comments to clearly explain the program code. Remember that comments should talk about the logic of the statement not just what the statement is doing.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started