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!
I’m delighted to find someone besides me has been playing it.
Happy to take any feedback you might have, though no promises I’ll get to it. There are a few changes I’ve been meaning to implement, but life has been busy lately.
I’ve now got async calls working to use the wikimedia picture of the day, so there will be no lack of puzzles now. It loads a bit slow, so I think I would need to add caching or something to speed things up, but I’m calling it good enough for now.
The plan is still to try some goblins stuff next, though it may be a while at the rate I’m going