https://github.com/greenstack/lovejam2022
Content for LoveJam 2022. We'll see if I get to the point where I'm comfy making a submission!
https://github.com/greenstack/lovejam2022
Last synced: 9 months ago
JSON representation
Content for LoveJam 2022. We'll see if I get to the point where I'm comfy making a submission!
- Host: GitHub
- URL: https://github.com/greenstack/lovejam2022
- Owner: greenstack
- Created: 2022-02-27T01:46:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T17:55:39.000Z (over 3 years ago)
- Last Synced: 2025-03-01T19:15:40.766Z (about 1 year ago)
- Language: Lua
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# GreenstackJ's LöveJam 2022 Entry
_Magna_ is an arcade-style game where you play as the eponymous Magna as she
tries to protect her cave from the evil invading crystals.
The game was originally made during the 2022 LoveJam on itch.io.
## Gameplay
Move with the WASD keys.
Press and hold X to charge an earthquake. Release the X to fire it off.
If all the green crystals are destroyed, it's game over!
Suvive as long as you can and try to get the high score.
# Installation
Requires Love 11.3+. The .vscode folder has settings to make running and
debugging easier; the info for how to set this up is available [here][SheepArticle].
(You only need to install the listed extensions for the time being.)
Clone the repo with the `--recursive` flag.
# Thanks/Credits
## Libraries
[Tesselode/Baton][Baton] (Input library)
[josh-perry/Peachy][Peachy] (Aseprite Animation Library)
[kikito/Gamera][Gamera] (Camera library)
[novemberisms/Brinevector][Brinevector] (Vector math library)
[Sheepollution's Article on Setting up VSCode with Love2D][SheepArticle]
[pfirsich/Makelove][Makelove] (Love2D packaging library)
## Sound Effects
Music and enemy crystal sound effects: 5Carbon
[Magna's Death SFX from Pixabay](https://pixabay.com/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=6409)
[Crystal Breaking SFX by BlenderTime from Pixabay](https://pixabay.com/users/blendertimer-9538909/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=13847)
[Baton]: https://github.com/tesselode/baton
[Brinevector]: https://github.com/novemberisms/brinevector
[Peachy]: https://github.com/josh-perry/peachy
[Gamera]: https://github.com/kikito/gamera
[SheepArticle]: https://www.sheepolution.com/learn/book/bonus/vscode
[Makelove]: https://github.com/pfirsich/makelove