Assignment 1

Due: Tuesday, 23 September, 12:00 noon

Write a program that interactively creates triangles.
Whenever a key is hit (your choice of key), draw a new triangle.
The color of each triangle should be different.
The position of each triangle is up to you - it can be random, or defined by a mathematical function, or taken from a sequence of pre-defined positions. Just don't draw every triangle at exactly the same position.

The program should print instructions (what key or keys to hit & what they do) when it starts.

E-mail the code to me at depape@buffalo.edu by the deadline.