Assignment 2.0: Tiles

Description:

Demonstrate your mastery of nested “for” loops by creating a repeatable tile. It’s not necessary that you write code to make the tile repeat; it’s sufficient to create a single tile that could be repeated. In other words, you may think of your design either as a single tile or an array of tiles -- the important thing is to demonstrate that you can draw with for loops.

Requirements:

Your code must at least include all of the following features:

Hacker Points:

Complete your choice of the following features (or all) to get bonus points in the assignment:

Submission:

Create a new directory (folder) in your local repository called "assignment_2_0". Inside that folder, create an index.html and script.js (or copy from prior work). Use GitHub Desktop to commit and push your changes, and verify that they published to the web.