Skip to content

mitch3lljones/etch-a-sketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etch-a-Sketch

Information

In this project, an 'Etch a Sketch' is implemented using Javascript, primarily through DOM manipulation. This project is part of The Odin Project Javascript curriculum. Here is the information for this project.

Instructions

To use the Etch a Sketch, simply drag the mouse over the gray squares and watch the color change! If you want the drawing to be colorful, click the 'RGB' button and continue! To go back to black, click the 'Black' button. The erase button sets the color of whatever square you drag your mouse over back to gray. To change the number of squares on the Etch a Sketch, click the 'Resize' button to change the number of rows AND columns. The rows and columns are always the same number. Lastly, to remove all colored-in squares, click the 'Clear' button. Go and have fun drawing!

Website

The website for this game is located here.