Hi y’all,
I used @dthompson’s game jam template to make a small puzzle game. You can take the URL for any image and it will turn it into a puzzle, or just get a random one from some public domain images I selected. There’s plenty to improve on it still, but it’s working enough for now.
It’s the first thing I’ve really made with scheme, and I’m starting to see why people like it so much. That being said, the code is probably a bit of a monstrosity since I don’t really have a feel for scheme style or best practices yet. Happy to take any feedback people might have!
The code is here if anyone wants to take a peak: Elliot Martin / puzzled · GitLab
I’m hosting it on Cloudflare pages here: https://puzzled.do-ocracy.ca/
The plan is next to learn goblins by expanding it to let people work on puzzles together, though we’ll see if I keep at it.