

Till death do us part… except


Till death do us part… except
What I would have done is started filling in letters randomly and every time a C or W ends up next to an O, choose the same letter or an O to put on the opposite side of the O.
Its hard to prove, but I’m pretty sure there isn’t a situation where a space can’t be filled in with this algorithm.


In my experience, it’s much better to watch and listen to your playtesters as they interact with the game rather than listen to what they have to say afterwards. Always try to get a recording of them playing the game.


I’d say brainstorming is what you do before writing code and rubber ducking is what you do to debug code that you’ve already written.
They also work kinda differently. Brainstorming an idea is different from explaining it out loud, detail by detail.


If OP wanted an AI answer, they would have gone to chatGPT. Stop wasting water, electricity, and our time.


What was the latest version before June 2025?
Base-n is a numeral positioning system where the value of each digit is n times the value of the dight directly to its right.
We typically don’t let the maximum digit we use to be greater than or equal to n because then there would be multiple ways to express the same number.
However when working with weird bases, sometimes it’s useful to forgo this convention.