| Homework 2DetailsImportant Note: Homework assignments are due at noon on the due date to allow me time to do slight edits so I can run them during class.
Create at least 10 Python scripts based on grids that draw interesting things. Use colors, randomness, lines, circles, squares, and other things we have learned so far. Be creative. Feel free to ask others (inside or outside the class) if you are stuck for ideas.
But please write your own code!
Remember that variations on an idea count as a separate script, so you do not have to write 10 totally different scripts.
- Submit at least 10 scripts, plus any referenced files using
WebHandin 195-HW2.
- Submit your favorite script, plus any referenced files using
WebHandin 195-HW2B
- IMPORTANT NOTE: Please make sure your runnable scripts have names that start with numbers (e.g. 005_myAwesomeStuff.py),
and your other files do not
(e.g. init.py, colors.py, drawMethods.py, etc.)!
|