Home CPSC 220

Graphics Exercise

 

Objective

To become more familiar with graphics programming, and coordinates.
 

Task

For this program, you should work on a simple graphics program which will draw your initials to the screen. You should do this with multiple calls to the "drawLine" function.

You'll have to supply coordinates to the function to place the lines in the right places on the window.

You can use whichever colors you like for this.


 

Submitting

When your program works, email the code to ifinlay@umw.edu.

Copyright © 2024 Ian Finlayson | Licensed under a Attribution-NonCommercial 4.0 International License.