First off, I'd like to say that I find this challenge much more entertaining than the previous one, and that I'm super glad you decided to give us two weeks instead of one for it.
I know feedback is often negative, but efforts need to be pointed out, too! Kudos to y'all for listening to the community!
Some more feedback, though.
Interpretation problems
If you have chosen a board with very limited possible states (like tic-tac-toe) you can use sequential board states.
Should I understand that if the board I've chosen doesn't have very limited possible states, I can't use sequential board states? Is this a hard requirement?
How many possible board states would you consider "very limited"?
Your entry is not permitted to be written, in full or in part, by AI. AI assistance with coding or debugging is permitted if it is disclosed in your entry and the initial code is wholly your own.
I'm not sure I understand: "Your entry is not permitted to be written, in full or in part, by AI." (emphasises mine), meaning essentially that no code in my entry can come from an AI, even if it's just a small part of my codebase.
But, "AI assistance with coding or debugging is permitted" (emphasises mine), so I am allowed to have some of my code written by AI.
Wait, so am I allowed to use AI-written code or not? Don't get me wrong, I'm NEVER gonna use AI to code, but I wouldn't be surprised if I wasn't the only one to be confused by these two sentences that contradict each other.
What I would have done differently
The board state does not need to be a board state that is legal in the game you have chosen.
This is the only part of the challenge that I find a disappointing. Having to make the board state legal would have played a huge part into making this challenge interesting in my opinion, especially with the extended deadline.
There's 10 entries already as of writing, though, so it's too late to change that, but for future reference: this kind of criteria can be interesting.
General feedback
General feedback about Coding Challenges, and how it could be improved, is also welcome.
I'm confused by the "awards" given when challenges end. Challenge #1 claims awards have been given to the winners.
When I hear "award" on SO, I'm thinking about a badge, or rep, or anything really that you can find on someone's profile that show they legitimately won something.
In reality though, the "award" here is getting a nice title in the challenge's updated description. While it was agreed that no reputation would be given during this beta, badges were still mentionned. I'd suggest to either give (maybe temporary) badges, or some kind of icon (similarly to the trophy icon for big contributors to collectives), or to reformulate this from "awards" to some word that doesn't usually imply that something was given.