(06-04-2024, 05:11 PM)bplus Wrote: i don't get it, all the answers are already on the board:
Just for testing/illustration purposes. Turn those off via the first CONST and give it a try.
Code: (Select All)
CONST ShowAnswers = 1, Difficulty = 5 'can toggle to show answers, or change difficulty (1 to 10, higher = harder)
Game is loosely based off a variety of the puzzle Kakuro: https://www.kakuroconquest.com
Main difference here is I'm not checking for unique values, so you can have the same value multiple times in a row/column, which means there's no "unique" solution to puzzle.
Edit: I went ahead and toggled the ShowAnswers off in the first post. Now if folks want to see one possible solution, they have to toggle that on for themselves.