ga-wdi-exercises / pixart_js

Use JS events and programmatically generated DOM elements to build a drawing application. [javascript, dom]
MIT License
9 stars 321 forks source link

Rob Romaniw HW: Pixart_JS #303

Closed ghost closed 8 years ago

ghost commented 8 years ago

Complete: 4/5 - I tried to make the cursor only paint when it was clicked and held to have more control. For some reason I'm only getting 1 square at a time now. I want to say it wasn't doing this when I went to sleep?

Comfort: 2 - This was hard. Had to reverse engineer from some other solutions and try to make sense of it. I can do a mean for loop now though.

nayana487 commented 8 years ago

your code looks good for the assignment. the squares should only be displaying the color when you move your mouse over them