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
- Host: GitHub
- URL: https://github.com/macpli/etch-a-sketch
- Owner: macpli
- Created: 2023-08-02T10:43:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T23:16:26.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T11:17:17.578Z (over 1 year ago)
- Language: CSS
- Homepage: https://macpli.github.io/etch-a-sketch/
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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