Mario 2D Characters using JS, HTML5 & CSS3.
The idea behind this is to create a GRID using 2D javascript arrays.
I found this implementaion css-tricks and PEN BY Una Kravets code-pen using SCSS and thought of implementing this using Javascript. The concept is similar but I am using the 2D array to read the pixel-map color to make the element.
Find it here on Codepen
- I will be writing a reactJS application to handle all the colors dynamically.
License: none (public domain)
Thanks to meyerweb for reset CSS Thanks to PEN BY Una Kravets code-pen for real concept using CSS. Thanks to css-tricks for bringing all together.