/youtube-space-invaders

Follows along the youtube video series @ https://www.youtube.com/playlist?list=PLCrwuqjmVebIU2b4qesWz7PAEm1UJl15n

Primary LanguageTypeScriptMIT LicenseMIT

youtube-space-invaders

Simple space invaders game for the browser, getting more fun each release!

You can play the latest version of the game here

I used TypeScript as it is pretty nice for games and catches plenty bugs at compile time.

First video of the series IMAGE ALT TEXT HERE

Latest video of the series IMAGE ALT TEXT HERE

Conventions

Angles are measured clockwise from north. For example, east is 90 degrees.

How to use in your own website

I published this over npm. All you need is to give the game object a 2D Canvas object and it will be added to your website.