Making Rain: Accumulation
this game is intended to be completed within 20 minutes
each row and column contains 1, 2, 3, 4, #
a # may not be orthogonally or diagonally adjacent to another #
each # is surrounded orthogonally by the numbers 1, 2, 3, 4 with no duplicates
each # is surrounded diagonally by the numbers 1, 2, 3, 4 with no duplicates
right click to reset a tile
click the bar at the bottom to check for errors
-
the same rules apply for the second puzzle
the two 5×5 grids are connected
# are special in that they affect adjacent tiles even if those tiles belong to the neighbouring grid
(for example, the tile immediately beneath the # and the divider cannot be a 2, because there is already a 2 to the right of the #)
This game is based on my pen and paper puzzle game 'Conscious Faults 002'
Status | Released |
Platforms | HTML5 |
Rating | Rated 5.0 out of 5 stars (3 total ratings) |
Author | 7aura |
Genre | Puzzle |
Made with | PuzzleScript |
Tags | 2D, PuzzleScript |
Comments
Log in with itch.io to leave a comment.
I had a bunch of fun figuring that out. Had to at some point take a screenshot and make annotations to work through some cases in level 2, but, yeah, fun times!
This felt like a pretty cool idea for a pen-and-paper puzzle game. I liked how there was usually multiple ways to logically progress, showing off the versatility of the logic while keeping the difficulty very approachable.
Thank you for playing :)