An Original "I'm In!" Post, Wherein the Author comes up with a Sarcastic Title
Well, the last time I entered this compo (LD40), it was a complete trashfire. Problems managing objects well, combined with hardware failure at the very end sealed the deal. But I feel like this time is going to be different. I've been learning a lot lately about the finer details of LuaJIT, and I want to try to utilize fully its FFI/JIT compiling to the maximum. As per the rules, I am declaring some base code to help set me up so I don't end up having problems like last time. The following modules include: - An object creation/management system, similar to an ECS - A library to simplify checking for user input - Some trivial debugging and utility functions - Some trivial FFI-related functions
The comments are sparse, and there is little to no documentation, but you can find the scripts here. Here are my full stats: - Language: LuaJIT 11.0 - Framework: Love2D - GFX: GIMP - Sound: BFXR and possibly OpenMPT for music, if I get that far - IDE: ZBStudio
Best of luck to everyone!