An open API service indexing awesome lists of open source software.

https://github.com/macpli/etch-a-sketch

An etch a sketch game made with vanilla JavaScript
https://github.com/macpli/etch-a-sketch

Last synced: about 1 year ago
JSON representation

An etch a sketch game made with vanilla JavaScript

Awesome Lists containing this project

README

          

# etch-a-sketch

Demo


## Description
Well-known Etch A Sketch drawing toy replicated in JavaScript.

Live preview: Here

# Rules:
- Choose a color
- Hoover over the board to paint
- Choose eraser to erase colored cells
- Choose erase to erase the canvas
- Choose the size of the canvas (1-100 x by x)
- Based on real life game: Etch A Sketch

# State:
Finished