A fun little numbers and logic game
(in progress)
Rules:
There is a blank grid with a series of numbers to the left of each row and above each column.
Each number corresponds to the number of blue tiles on the grid.
You have to guess which tiles are blue with logic and hints in the form of numbers
The numbers appear in order of how the blue tiles appear in it's corresponding column or row, and in what quantity.
for example, if to the left of a row, you see the numbers 1, 3, 2 that means in that row there will be 1, 3 and 2 blue tiles
Each grouping will be separated by a blank tile.
You must use logic to figure out where the blue tiles are
basic functionality:
Left clicking locks in your guess to where the blue tile should be.
If it is wrong, it will turn red and you can right-click to change it
Right clicking cycles through grey (blue tile isn't there), light blue (blue tile possible) or blank
pressing R will reset a new randomized game
features:
Can set the number of rows and columns, it doesn't have to be a square, and the puzzle will scale for that size.
Recommended max 10X10
to add:
win/lose conditions