Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.04 KB

2d-Mario-Characters with JS and CSS3

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.

What it looks like?

Mario Characters

On Codepen

Find it here on Codepen

Next

  1. I will be writing a reactJS application to handle all the colors dynamically.

License

License: none (public domain)

Acknowledgments

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.