Build A Game ! This project is about building a game in HTML/CSS/JS In a span of 4 days *(for me it was 2 cause you know laziness)
Corona Invader # click to play
This is Space Invader with some styling to resemble the current Corona virus
The game was built using Canvas a HTML5 way of drawing 2D vectors, which can be used like real canvas draw from Y0 to Y5 and X0 to X5 and with certain thickness and that will draw L and if you set a repeating function you create new image each frame.
You can control the character by moving the mouse sideways and clicking the left click to shoot
-Creating and Drawing on an HTML5 Canvas using JavaScript
-Mozilla Collision detection in Canvas
-Mozilla 2D breakout game using pure JavaScript