-
Notifications
You must be signed in to change notification settings - Fork 14
program2 #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
program2 #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great Great Work. Keep it up. You can see your grade here:
https://docs.google.com/document/d/1vkTHnmNdEbEFyweBqowybH2lvg_g_v2JmAtYykiI5G0/edit?usp=sharing
| } | ||
| } | ||
|
|
||
| /* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent solution!!
| } | ||
| } | ||
|
|
||
| /* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent solution.
| @@ -1,18 +1,104 @@ | |||
| /* | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great solution!!
| // height of each box in the picture | ||
| private static final int Height = 60; | ||
|
|
||
| public void run() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great code decomposition.
| } | ||
|
|
||
| /* | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great solution. Excellent work.
| } | ||
| private void drawBrick(double x, double y){ | ||
| GRect rect = new GRect (x,y, BRICK_WIDTH, BRICK_HEIGHT); | ||
| rect.setFilled(true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get why you completely colored the bricks to blue. It made it not possible to see a boundary between one brick and the next.
| /* You fill this in */ | ||
| } | ||
| } | ||
| /* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent solution!
No description provided.