jaredforrest / nonocross

A simple nonogram puzzle app for Android
GNU General Public License v3.0
41 stars 9 forks source link

Level 4 is not solvable #31

Closed freaktechnik closed 2 years ago

freaktechnik commented 2 years ago

https://github.com/jaredforrest/nonocross/blob/master/app/src/main/assets/levels/Level%204#L13 is wrong and should be 1,1,1,4. It appears to be correct in the solution string. Though why not generate the counts from the solution?