From 8c1af277f10399c2deead0ceecdad19fa75b11cb Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 28 Sep 2024 16:26:43 -0500 Subject: [PATCH] Update README --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a0c25cc..2af51fb 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ -# galagan +# Galagan -Developed for CS 4423's Midterm project +A simple Galaga-style Unity game for my CS 4423 Midterm. -A in-progress project for my game development course, the midterm game. +- Procedural asteroids with random shapes, rendered with `LineRenderer` and collisions provided by `PolygonCollider2D`. +- Simple sound effects [BeepBox][beepbox] +- Automatic builds created by [GameCI][gameci] +- Online Demo available with [GitHub Pages][demo] ### 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 \ No newline at end of file +- Untested on Windows/Linux + +[demo]: https://xevion.github.io/Galagan/ +[beepbox]: https://www.beepbox.co +[gameci]: https://game.ci/docs/getting-started/ \ No newline at end of file