Space Invaders in JavaScript

Posted on | 121 words | ~1 min
Experiments Javascript Game Programming

If you take a look at the Experiments Page you’ll see that there’s a new entry - Space Invaders.

spaceinvaders

Space Invaders is a great little game to code if you’re learning a new language or technology (and JavaScript is still very much in that category for me). I’ll be writing up how I made the game on the CodeProject soon enough (if you’re interested you can see how I made the starfield background in JavaScript).

You can check back periodically - the game is nearly done and more than ready to play with. The code is available as well, either just get it from the browser or check Space Invaders on GitHub. I’ll post when it’s done and the next experiment starts!