Create Piano Tile Game in Web
You may have played very popular android game Piano Tiles in your android phone. When i played that game i got so addicted to it, and now tried making it by myself in browser itself (Obviously if you know me).
You can view the demo
Here’s how I did it
As I wanted to make it purely with HTML5 and didn’t wanted to use Jquery, I sarted by creating three file index.html
index.js
and index.css
it helps to maintain our code work easily so we don’t have to scroll much while programming.
index.html
index.css
and finally index.js
Thanks for reading