|
For this assignment you will work alone. However, you can
consult others in the class if you (a) produce your own work rather than copy others; and, (b) acknowledge the others you
have consulted; your acknowledgements should look something like this: "Acknowledgements: I would like to thank Hermann Zapf
for his useful advice in designing the serifs."
When you are finished with the assignment, please create a webpage in which you show the code you have written and the letter that the code draws. For example,...
|
// program to draw the letter "A"
paper 100
pen 0
line 0 0 50 100
line 50 100 100 0
line 20 40 80 40
|
Then, as usual, follow the directions on the "upload" page to put your page up on the web and send me an email to tell me the URL where I can find the page.
|