HTML5 was used to mount the game scene. But, the main feature of HTML5 used was the Canvas. Canvas was been used like layers of photoshop project. In the game scene, i've added one canvas over another ...
I'm using the above tutorial to learn more about the Canvas API in vanilla JS, and also to solidify my understanding of general programming logic and game logic. At each step of the tutorial I am ...