A tiny, 2d, top down puzzle game with a level editor! This is a project I almost finished over a year ago, and then forgot about. You can make your own levels and import and export said levels by copy/pasting long strings of Base64 text. To export a level, while editing it → Menu button → Options → Print to console. Then simply highlight the text from the console and share it! You’ll have to edit the project to copy from the console, which is annoying, but I don’t know of a way to make that part easier.
This is a very old project that I just remembered and dusted off for the puzzle mini game jam 2. There were a few issues, which I have fixed, and I added the ability to import levels without having to paste the data into the project code. This could theoretically work with levels too big to fit on the screen, but I have not added that ability as I think keeping a puzzle small enough to be seen all at once is a good thing.
If you have suggestions for puzzle elements to add, or generally any changes, I would love to hear your thoughts. This obviously has a very polished menu system, but the actual puzzles are unfortunately simple and lacking in variety, probably why I abandoned it, though I hope to fix this with further updates! I am open to adding your custom levels to the game as well!