Skip to content

Conversation

@EnochMbaebie
Copy link

No description provided.

Copy link

@abeprosper abeprosper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

}
}

/*

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent solution!!

}
}

/*

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 @@
/*

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() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great code decomposition.

}

/*

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);

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 */
}
}
/*

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent solution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants