![]() |
BUILD Space Invaders in JavaScript, HTML and CSS under 15 minutes |
Space Invaders is a simple grid-based game in which you as the shooter have to shoot down as many alien invaders before they get to you. We are going to build a 15 x 15 grid square with 20 invaders to shoot.
In this repo, I will be putting extra focus on for loops and classLists in JavaScript.
Post a Comment