1. Introduction
This is a little project to write a vertical Shoot'em'up game. I have no idea yet how it will look like in the end, or how far I come. We'll see.
Some goals and assumptions:
- use the most recent version of the LÖVE [1] game engine
- implement only simple features one at a time
- no premature optimisation, but still do them eventually
- `main` branch should always contain a working version of the game, use `feature` for ongoing development
- care for artwork later, do mechanics first
The repository of the game can be accessed publicly [2], the game code itself and all the assets can be found below the `src` directory.
Created: 25/Jan/2024
Modified: 25/Jan/2024