/procedural-invaders

:space_invader: 3d space invaders with procedurally generated enemies

Primary LanguageJavaScriptMIT LicenseMIT

Procedural Invaders

by @michalbe for #GithubGameOff2017

screen.png

What

Simple Space Invaders clone in WebGL with procedurally generated enemies.

How

  • Procedural Invaders is built using Cervus, my own simple WebGL game engine.
  • Enemies are randomly generated using seed provided by the location hash in the URL. I encourage you to experiment with different hashes.
  • Move with A & D, and shoot with M. You know the rules already, you've been here 40 years ago.

Why

Procedural Invaders is my entry for Github Game off 2017. You can play it:

Thanks.