I do agree, it does need a tutorial, but I didn't have time to implement one during the game jam (also engine limitations force me to use low resolution for all drawing, so text would be hard to fit on the screen)
Love2D is the framework, not the engine. I'm using my own engine I made specifically for pixel art style games, and it doesn't allow for higher resolution drawing (although I could implement that, but it would make for some really messy code).