Create two programs, A and B,

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Task 1: Coding HW_Methods.java

1. Create two programs, A and B, as described in the Specifications section. The basic purpose of
each program is to outputs two distinct levels (or boards) from a Mario game.

2. Put both programs into one Java file to submit named the HW_Methods.java . To do this, each
program will be called as a method in the same class as your program; your main method will call
these two methods:

public static void main(String[] args)
{
 runProgramA();
 runProgramB();
}

Note: Remember that your public class that is in that file must also be named HW_Methods .

Specifications
Let's consider how we might represent a level from the game Super Mario Bros using just the
symbols on a keyboard. Specifically, look at the level design for the first board, and let's see if we can
recreate some of the patterns we observe below.
Check another image for the picture
We could model the ground with a minus sign, equal sign, or an underscore:
======
Next, we could add some "?" boxes to our level (some of the coin and powerup boxes seen between
the bricks at the beginning of the level) along with bricks (denoted by the "l" sign):
III|||||||||
III?|||?|||
TII?|||
E==== ===
====
To make our task simpler here, we're going to rotate our perspective 90 degrees so that we view the
board "top-down" instead of "left-to-right". Just think of this as an exercise in changing your culturally
adopted reading style. Some cultures read left-to-right as you are doing now, and some read top-to-
bottom; can you think of any languages that are represented differently than this? Either way, let's ....
t
a
t
e
Transcribed Image Text:Specifications Let's consider how we might represent a level from the game Super Mario Bros using just the symbols on a keyboard. Specifically, look at the level design for the first board, and let's see if we can recreate some of the patterns we observe below. Check another image for the picture We could model the ground with a minus sign, equal sign, or an underscore: ====== Next, we could add some "?" boxes to our level (some of the coin and powerup boxes seen between the bricks at the beginning of the level) along with bricks (denoted by the "l" sign): III||||||||| III?|||?||| TII?||| E==== === ==== To make our task simpler here, we're going to rotate our perspective 90 degrees so that we view the board "top-down" instead of "left-to-right". Just think of this as an exercise in changing your culturally adopted reading style. Some cultures read left-to-right as you are doing now, and some read top-to- bottom; can you think of any languages that are represented differently than this? Either way, let's .... t a t e
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY