Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnftitor/etch-a-sketch
This is an Etch a Sketch simple game built primarily with JavaScript. This page allows the user to interact with a board to make simple pixel drawings.
https://github.com/johnftitor/etch-a-sketch
Last synced: about 4 hours ago
JSON representation
This is an Etch a Sketch simple game built primarily with JavaScript. This page allows the user to interact with a board to make simple pixel drawings.
- Host: GitHub
- URL: https://github.com/johnftitor/etch-a-sketch
- Owner: JohnFTitor
- Created: 2021-07-28T22:17:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T02:59:43.000Z (over 3 years ago)
- Last Synced: 2024-11-05T23:43:40.335Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
28/07/2021: Set all the base structure of the project, working as required by the Odin Project. That is, to draw in the sketch when hovering, and changing the cells when "Generate" is clicked, through a prompt message.
05/08/2021: Added some useful logic, like a slider to change the grid values, a multicolor pen and buttons to change between the black default pen and the multicolor pen. It was a good practice to understand eventListeners a little bit more, specially in how they behave when they're nested. Still don't know how to make it work only when holding click, but I'll check on that later. There are still things that can be added, but I'll save that work for another time.