CSCI 195b Spring 2023
Algorithmic Art
Archived Class
Charles Cusack
Computer Science
Hope College
Main
Schedule
Grading
Gradebook
Homework

Policies
Advice
College
    Policies

Notes
Programs
Tutorials

CSCI 385
MATH 160
Others

Admin

Homework 2

Details

Important 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.

  1. Submit at least 10 scripts, plus any referenced files using WebHandin 195-HW2.
  2. Submit your favorite script, plus any referenced files using WebHandin 195-HW2B
  3. 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.)!