Adventure Land 1.0 -- 2

Job ID: 32132580

Budget: $10 – $30 USD

I need to make a simple story game. It needs to have pseudocode and flowchart with it. I would like it to seem like we are going on a simple adventure through a forest and we come across various monsters. Your video game code should include the following:
1. Four classes beyond the class containing run() or main() methods.
a. Use inheritance at least once.
b. Should have a total of 15 gameplay methods across all classes, getters and
setters do not count toward the 15.
2. Read from a file of at least 10 items.
3. Use a String array of at least 10 elements.
4. Use a loop so that the gameplay with the user never stops.
5. All methods and user interaction must be fully documented using comments.
6. A written “story” of the game. Several paragraphs of three to four sentences each.
7. A nice flowchart summarizing the main idea of your game must be included.
a. Each gameplay method must be represented.
b. Not required to include all interactive text, you choose how to best summarize.
8. Handle at least 15 interactive user scenarios.