Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Java Please 1 of 10 Homework 4: Adventure Game Description: The purpose of this assignment is to build a simple text-based adventure game where the

Java Please image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
1 of 10 Homework 4: Adventure Game Description: The purpose of this assignment is to build a simple text-based adventure game where the player explores the game world by travelling north, west, east, or south. The player chooses where to go and the game describes that area of the game world and what options that they have to explore. You are the designer tasked with creating your own map layout, whether it a castle, a hotel, a dungeon, or a space station. See the last page for sample output of a final build of such an adventure game. Managing this project: You should subdivide this assignment into the following three development phases. First, you should design your game world using paper and pencil. Second, you should model your game world into data and develop an algorithm, in pseudo code, that defines how to move within this model of your game world. Third, implement your pseudo code into a fully playable java application. Required Concepts: This homework requires that you implement the following concepts: 1. Array for String data (Room Descriptions) 2. Multidimensional array for integer data (Room Exits) 3. Initializer lists (Initializing Room Descriptions) 4. Multidimensional Initializer lists (Initializing Room Exits) 5. Retrieve values from array (Getting a room's description) 6. Retrieve values from multidimensional array (Getting room's exit) 7. Named constants (Column indexers for exit array) 8. Repetition Statement (Game loop) 9. Selection Statement (Execute the player's choice)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Repairing And Querying Databases Under Aggregate Constraints

Authors: Sergio Flesca ,Filippo Furfaro ,Francesco Parisi

2011th Edition

146141640X, 978-1461416401

More Books

Students also viewed these Databases questions

Question

3. SCC Soft Computer

Answered: 1 week ago

Question

2. KMPG LLP

Answered: 1 week ago

Question

5. Wyeth Pharmaceuticals

Answered: 1 week ago