itch.io is community of indie game creators and players

Devlogs

3.01.00 - Counting passes

Nonozle
A downloadable game for Windows and Linux

This update gives you greater control over the range of solver pass counts you want when generating a puzzle.


For any given line-solvable puzzle, the solver takes a number of passes before completing the puzzle. This number is useful as a rough approximation of difficulty.

Before this update, when generating a random puzzle, you would pick a percentile range that you wanted the random puzzle to fall within. Now you can specify the exact pass count range you want.

 puzzle in the puzzle select screens if you want.

A full list of changes follows.

  • Increased the pass count sample size for more accurate data. Prior to the update, percentile ranges were based on sample sizes of 1,000,000 (100,000 for 25x25). They have now been increased to ten times that size.
  • Changed how the pass count data mentioned above is accessed by the game. Previously, I only stored the pass counts at specific percentile intervals, meaning that percentile ranges were limited in their accuracy and only pre-determined percentile ranges could be used when generating a puzzle. But now all of the statistical data is included, so percentile ranges that are shown are much more accurate and narrow, and any arbitrary range can be selected when generating a puzzle.
  • Added a screen for selecting a specific pass count range prior to generating a random puzzle. The screen shows a graph with the distribution of pass counts for the given puzzle size, and by clicking/pressing and dragging on the graph, you can select the range you want. It will also tell you what percentage of random puzzles fall within the range you selected and the percentile values of the range. Additionally, the pass count range for each size is saved so that, when you exit the game and start it again, the same range will be selected as you left it.
  • Changed the thread count to be saved so that it doesn't reset each time you start the game.
  • When generating a random puzzle, the distribution data is now shown behind the live bar graph, so if you select a range where a very small percentage of puzzles is found in it, you can watch as the live graph gradually conforms to the curve of the pre-calculated data.
  • The pass count (and percentile range for puzzles smaller than 30x30) of the randomly generated puzzle you'll play is shown once it's generated.
  • By enabling the option at Settings > Appearance > Other appearance settings > Show pass count data in puzzle select, you can see a text readout telling you the pass count and percentile range, if applicable, of the currently selected puzzle in any of the puzzle select screens. If you have a lot of saved random puzzles, the initial startup after this update might take a while, because I neglected to save the pass count of saved puzzles prior to this update, so they have to be recalculated the first time you start the game after this update.
  • The warning about discarding the currently paused random puzzle has been moved and reworded.
  • Added a button to generate a random puzzle without specifying a pass count range, if you're not particular. This is the only option for 30x30 puzzles.
  • Changed the title of the random generation window so that it lists the pass count range instead of the percentile range.
  • Moved the label showing the count of the tallest bar to the right edge of the bar graph so that it doesn't overlap the bars.
  • Fixed system memory that is no longer in use after generating a puzzle not being freed up.
  • Fixed a crash that could occur if you have a 64-or-more-thread processor (look at you!) and selected more than 31 threads when generating a random puzzle. Everyone is now limited to 31 threads maximum, and less if your CPU has less threads.
  • Fixed the "check if correct" option giving erroneous reports after using undo.
  • Fixed random puzzle generation window's title not having the correct font size.
  • Fixed a few issues with transition animations.
  • Reworded some info pop-up text and probably some other things.

Files

  • Nonozle (Windows version) 167 MB
    Version 3.01.00
  • Nonozle (Linux version) 77 MB
    Version 3.01.00
Download Nonozle
Leave a comment