Two player space(?) ship dogfighting game
- This is a Lua code base, built on top of the LÖVE game development framework
- Uses moonshine for shaders
Install Love on your machine, preferably with Homebrew:
$ brew install --cask love
Clone this repository, then
$ cd ships
$ love .
- Tutorials and thorough explanation on vectors, inertia, attraction etc from The Nature of Code by Daniel Shiffman
- Sprites are my own, crafted with Aseprite