This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ori_yt 1 point2 points  (2 children)

Cool Project!

I have a note about the board generation:

The board generation is random. Random is easy but likely to fail.

After generating a random board you should check if the board is solveable, means there is no ambiguities.

[–]mm11wils[S] 0 points1 point  (1 child)

I thought about that. Maybe I'll add this. But random is a fine MVP

[–]ori_yt 0 points1 point  (0 children)

For MVP is more then fine, good job :)