Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.