TENTAIZU Directions

 

Up

TENTAIZU

bullet

In each grid, there are ten (10) stars hiding in the 49 squares. 

bullet

Your task is to determine the positions of the stars. 

bullet

A number in a square indicates how many stars lie next to the square - in other words, how many adjacent squares contain stars (very similar to "Minesweeper"). 

bullet

No square with a number in it contains a star, but a star may appear in a square with no adjacent numbers.

EXAMPLE:

1         3  
             
  1     0    
      2      
  3         3
        1    
      1     1  

SOLUTION:

1     3
           
  1     0    
    2    
  3     3
      1  
      1     1