Space shooter I wrote in Javascript using Typescript

Posted on Wednesday, 16th April 2014

Having heard lots about Typescript and how awesome it is, I decided to spend a few lunch breaks at work and a few evenings at home looking into what the fuss was all about. I initially started writing simple CSS based stuff that simply drew elements to the DOM, but quickly moved onto playing around with HTML Canvas. Eventually I ended up writing a Javascript game with it called Space Shooter.

All of the source code is up on Github for those interested.