A top down / side scrolling space shooter made with Lua and Love2D.
This is an early work in progress, so many bugs / changes will come.
Reccomended to use 1920x1080 resolution for now. (issue #9)
Run the game from the src/ directory using
$ love src/
To create standalone executables for all platforms
$ make && make all
Install the love2d library from here https://love2d.org
See binds.lua
for game controls
GNU GPLv3 / CC-BY-SA