dwgrossberg / etchASketch

An interactive Etch a Sketch game built with JavaScript

Home Page:https://dwgrossberg.github.io/etchASketch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

etchASketch

An interactive Etch-a-Sketch built with vanilla JavaScript

This simple game allows users to draw on a sketchpad by clicking their mouse and moving it across the screen. Users can specify the size of their sketchpad pixels, as well as pixel color through a customizable color picker. In addition there is a button that will set each pixel to a random rbg color, an eraser, and a toggle shade button that darkens each pixel by an increment of 10%.

Built as part of The Odin Project, 2022.

About

An interactive Etch a Sketch game built with JavaScript

https://dwgrossberg.github.io/etchASketch/


Languages

Language:JavaScript 55.8%Language:CSS 29.5%Language:HTML 14.7%