update readme

This commit is contained in:
Ian Smith 2016-05-09 16:01:39 -07:00
parent d378f9680e
commit 8d91242c45

@ -16,6 +16,7 @@ Here's an example of a workflow that could be implemented:
### **Bonus Challenges:**
* Color Palette: check out http://www.colors.commutercreative.com/grid/ for a list of all standard CSS colors
* Pencil tool: Add the ability to click and drag to draw pencil lines
* Selection tool: Add a tool which allows the user to drag across the screen and paint all pixels that fall inside the rectangular selection
* Add a color picker which allows the user to select any color. Look into HTML5 color inputs