- Classic: A tiny class module for easy OOP.
- Lume: A collection of functions geared towards game development. Also provides module hotswapping.
- A VSCode configuration based on Sheepolution's book:
- Extension recommendations
- Launch tasks (debugging and production)
- A build task wrapping makelove (needs to be installed separately)
- An opinionated directory structure:
assets/for all images, audio files, etc.lib/for 3rd party librariessrc/for the actual game code
All included libraries in lib/ remain under their original license.
All original code is under the MIT license, see LICENSE.