subject

Java Eclipse Homework Challenge Project Package: challQ1
Class: FantasyRPG

Task: Create a program to generate new RPG Characters and all of their traits. The user should have several choices to make and some numbers should be generated randomly. Once the entire character has been generated print out to the console all of the character information and the stats.

Ideas for the Program:

• User generated name
• Character Class (mage, monk, warrior, thief, ranger, etc...)
• Personal characteristics (hair / eye color, height, weight...)
• Randomly generated Stats ( Strength, wisdom, intelligence, dexterity, constitution... etc.)

Requirements: // These are the things I need to see mastery of

• correct use of variables: String, int, double, char
• use of Scanner and DecimalFormat
• decision using if or switch statement
• use of loops (for, while, do-while)
• use of a random number generator
• correct use of commenting code
OR

Develop your own "choose your own adventure game."

Include a story with many different decisions for the user to follow. There should be many different paths and endings and some events randomly generated or determined.

Same requirements as above:

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 14:30
Hi plz 11 ! when planning a table, what step comes first: "define the column headers" or "calculate the number of columns/rows"? a. calculate the number of columns/rows b. define the column headers
Answers: 1
question
Computers and Technology, 22.06.2019 18:00
Write a method named addall that could be placed inside the hashintset class. this method accepts another hashintset as a parameter and adds all elements from that set into the current set, if they are not already present. for example, if a set s1 contains [1, 2, 3] and another set s2 contains [1, 7, 3, 9], the call of s1.addall(s2); would change s1 to store [1, 2, 3, 7, 9] in some order. you are allowed to call methods on your set and/or the other set. do not modify the set passed in. this method should run in o(n) time where n is the number of elements in the parameter set passed in.
Answers: 2
question
Computers and Technology, 23.06.2019 17:00
Companies that implement and apply an information system effectively can create
Answers: 1
question
Computers and Technology, 24.06.2019 00:50
Which of the following is not a key player in the sale of travel products?
Answers: 2
You know the right answer?
Java Eclipse Homework Challenge Project Package: challQ1
Class: FantasyRPG

Task:...
Questions
question
Mathematics, 30.07.2019 18:30
question
Mathematics, 30.07.2019 18:30
Questions on the website: 13722363