VNonograms Infinite
VNonograms Infinite
VNonograms Infinite autogenerates nonogram puzzles you can solve
Explanation on how nonograms work from Wikipedia:
- Nonograms [...] are picture logic puzzles in which cells in a grid must be colored or left blank according to numbers at the side of the grid to reveal a hidden picture. In this puzzle type, the numbers are a form of discrete tomography that measures how many unbroken lines of filled-in squares there are in any given row or column. For example, a clue of "4 8 3" would mean there are sets of four, eight, and three filled squares, in that order, with at least one blank square between successive sets.
Controls
VNonograms uses the default Pico-8 control scheme, that being:
- Up/Down/Left/Right: With the arrow keys, WASD or the dpad/joystick on your controller
- Accept/Reveal colored tile: Z / C / N / (A) or (Y) on XBox controllers
- Mark tile as blank: X / V / M / (B) or (X) on Xbox controllers
Project page
Status | Released |
Platforms | HTML5, Windows, macOS, Linux |
Release date | Sep 11, 2021 |
Rating | Rated 5.0 out of 5 stars (2 total ratings) |
Author | Uvehj |
Genre | Puzzle |
Made with | PICO-8, Sublime Text |
Tags | Nonogram, PICO-8, Picross, Procedural Generation, Short |
Code license | GNU General Public License v3.0 (GPL) |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard, Gamepad (any), Touchscreen |
Links | Source code |
Comments
Log in with itch.io to leave a comment.
This is great, I love the current helpful features as I always liked the logic part of nonograms much more than the observation/counting.
Could you add that the already completed numbers in a file or column are grayed out? (only when you surround them with empty marks)
Thanks!
This is great! Never heard of Nonograms before and this is a very fun introduction.
One question I have from playing several puzzles - it seems like sometimes there are situations where there are two possible solutions to a given set of unrevealed tiles, and I have to just guess. I’m wondering:
- Am I wrong and there is actually always a way but I just can’t see it?
- If I’m not wrong, is this a standard feature of nonograms in general that’s just part of the puzzle, or is it in the implementation of the game that these situations arise?
It would be satisfying to know that there was ALWAYS a way to figure out the correct solution without guessing, but I’m sure that would be a complex programming task. Or maybe I just need to level up my solving skills!
Either way this is very fun and I’ve already spent many happy moments playing this game :)
Thanks for making it!
-Rick
Thanks for the kind words!
As for your question:
TL;DR: It’s a limitation with my implementation
As it always happens with these kinds of things, it’s way more complicated once you get into specifics. And given that trying to implement any of those methods would be more complex than the rest of the game combined, there is no such mechanism in VNonograms Infinite.
Anyways, I’m really happy that you’ve enjoyed your time with my tiny game :)
Totally understand and I agree the work required to do this would probably not be worth it. I don’t think the game particularly suffers for it, I was mostly just curious as the whole thing is a new concept for me. Thanks again for making it!