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 03:10
This program reads a file called 'test.txt'. you are required to write two functions that build a wordlist out of all of the words found in the file and print all of the unique words found in the file. remove punctuations using 'string.punctuation' and 'strip()' before adding words to the wordlist. write a function build_wordlist() that takes a 'file pointer' as an argument and reads the contents, builds the wordlist after removing punctuations, and then returns the wordlist. another function find_unique() will take this wordlist as a parameter and return another wordlist comprising of all unique words found in the wordlist. example: contents of 'test.txt': test file another line in the test file output: ['another', 'file', 'in', 'line', 'test', 'the']
Answers: 1
question
Computers and Technology, 22.06.2019 04:00
When you collaborate or meet with a person or group online, it is called
Answers: 1
question
Computers and Technology, 23.06.2019 04:31
Q13 what function does a security certificate perform? a. creates user accounts b. scrambles data c. identifies users d. creates password policies e. provides file access
Answers: 1
question
Computers and Technology, 23.06.2019 13:00
Which one of the following voltages should never be measured directly with a vom? a. 1200 v b. 500 v c. 800 v d. 100v
Answers: 2
You know the right answer?
Java Eclipse Homework Challenge Project Package: challQ1
Class: FantasyRPG

Task:...
Questions
question
Mathematics, 27.05.2020 23:10
question
Mathematics, 27.05.2020 23:10
question
Mathematics, 27.05.2020 23:10