Factory building game. The art is only temporary and will be improved ASAP. WARNING: The game is nowhere close to playable. It boots, some stuff works, but it's probably better to play anything else for now.
Source code .zip/tar.gz contains the full game, with Windows Love2D binary.
If you are using Linux, you have to install love/love2d package. If your distro does not provide it, you can grab it from here.
Not ready yet!
Everything under eggtoast_factorit/code/3rd and love2d is part of different open source project, and not made by me. I will plan to add proper license file later. Some files are burrowed from HeartEditor or lualibs. I own the project, so the files does not include credit.
Love2D: An awesome game engine. Project itself is made with zlib license, but it depends on other projects. Full list of dependencies are listed in love2d > license.txt.
camera.lua from HUMP: Includes few different libraries. MIT license.
Lurker and Lume: Lurker is hotswap library, Lume does some math stuff, and is required by Lurker. MIT license.
json.lua: JSON library. jsondebug.lua is tweaked to help logging.