A simple Galaga-style Unity game for my CS 4423 Midterm.
- Procedural asteroids with random shapes, rendered with
LineRenderer
and collisions provided byPolygonCollider2D
. - Simple sound effects BeepBox
- Automatic builds created by GameCI
- Online Demo available with GitHub Pages
- Projects can spawn on top of eachother, potentially causing problems.
- WebGL Build doesn't have working audio, due to how it's loaded.
- Untested on Windows/Linux