Code posted here: https://github.com/mgritter/waffle_puzzle

An enumeration of a pen-and-paper puzzle about symmetric waffles, for #ProcJam.

GitHub - mgritter/waffle_puzzle: Enumerating all solutions to a pencil-and-paper puzzle.

Enumerating all solutions to a pencil-and-paper puzzle. - mgritter/waffle_puzzle

GitHub
Didn't quite get my #procjam idea done in time (I know it's a soft time limit but wanted to upload it) but it's still a nice functional map generator in it's current state. https://lim-ak.itch.io/arctic-generator
decided i wasn't gonna try for clouds so i guess it's done! https://xax.itch.io/procgen-landscape #procjam
parallax landscape by xax

a small landscape generator

itch.io
current #procjam progress: i got mountain shadows
still working on my #procjam project, tho i haven't been doing as much as i hoped
For lack of better ideas for #procjam, I was going to remake my old Fantasy Manor (basically, a roof generator). After spending a day on it, I realised that it was boring, so I still need to come up with something. But Dwellings are going to have better roofs now.
Trying something new this year for #procjam, I made a little five-part video series about making a mastodon/blueskybot, for beginners, that you can do in your lunch hour. Here's part 1: https://www.youtube.com/watch?v=gvPJosAToqg
Make A Bot In Your Lunch Hour - Part 1/5

YouTube
current #procjam project

I have some code that enumerates all(*) puzzles of the sort described here: https://mathstodon.xyz/@markgritter/115560997211394032

I first enumerated all possible solutions -- one blueberry in each row and column, with none diagonally adjacent, under 180-degree rotational symmetry. Then I looked for squares that can be excluded (raspberries) so that only one solution remains possible.

The (*) is that to actually generate a puzzle from one of these minimal seeds, you could rotate any of the raspberry squares to its alternate location, and fill in any additional squares not part of the final solution. I didn't enumerate all the ways you could provide that additional information, or scatter the squares across the top and bottom to obfuscate the pattern. (Also, there are puzzles that are mirror images of each other, which I didn't attempt to reduce.)

The enumeration shows that for a 6x6 grid there are:
118 puzzles with 5 squares filled
32 puzzles with 6 squares filled (and any five of them would not give a unique solution.)
206 puzzles with 7 squares filled

#ProcJam

It's #procjam season, and I made this a few weeks ago, anticipating I wouldn't have time to do the jam live: https://irskep.itch.io/talk-to-trn5-f0rmr

iPhone users must disable silent mode to get audio output! iOS web audio is a disaster and other platforms don't have to deal with the same limitations.

TALK TO TRN5-F0RMR by irskep

It makes robot noises.

itch.io