walokra / colordots

Link as many dots as you can in thirty moves. Dots styled game for Sailfish OS.
GNU General Public License v3.0
6 stars 4 forks source link

Occasionally wrong shape is used #3

Closed Self-Perfection closed 9 years ago

Self-Perfection commented 9 years ago

Once I got stuck in 60 seconds mode and could not make any move. But I was quick enough to save a screenshot:

screenshot-24-07-15-22-52-34_50

Please examine top right corner of game board. There green dots in star and diamond shapes. It seems that I looked for identical shapes and missed the single possible move because of shape mismatch.

My guess: the app changed dot color after it was generated to make at least one move possible but forgot to change its shape. Ewww.

IMHO, regenerating of whole game field and giving a player a bunch of bonus points is a better handling of "no moves left" case.

walokra commented 9 years ago

Thanks for reporting this issue. The field is now refilled if there's no possible moves left. No bonus points though :)