mirror of
https://github.com/Xevion/Galagan.git
synced 2025-12-07 18:07:09 -06:00
bdec138c1b1b8149f0a2681a5b6f9f15f3ea6725
Galagan
A simple Galaga-style Unity game for my CS 4423 Midterm.
- Procedural asteroids with random shapes, rendered with
LineRendererand collisions provided byPolygonCollider2D. - Simple sound effects BeepBox
- Automatic builds created by GameCI
- Online Demo available with GitHub Pages
Problems
- 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
Description
Languages
C#
100%