Points | Task |
1 | Draws a triangle |
1 | Has a method named drawTriangle that is uses to draw a triangle |
1 | Uses a loop to draw many triangles in a column (not a row) |
1 | Uses two loops to fill the screen with triangles |
Points | Task |
1 | Draws a square |
1 | The program tells you where you clicked (x,y coordinates) |
2 | The square alternates color on alternate clicks |