Continuous Line

Draw a continuous line that visits every empty cell of the grid exactly once. The line can start in any empty cell, but it can only move to a horizontal or verticallly adjacent cell (diagonal moves are not allowed). The line must not visit any of the colored cells.

 
 
 
 

Source: Mip Wise team

 
 

Diving Deeper