DealORound / Deal-O-Round

Flutter port of the Deal-O-Round board card game
MIT License
2 stars 0 forks source link

Diagonal selection according to the original rules #12

Closed MrCsabaToth closed 4 years ago

MrCsabaToth commented 4 years ago

Diagonal selection is not available yet, regression bug.

From our help, Difficulty levels:

  1. Easy: Neighbor highlight is available and diagonal selection (in case of square board layout) is possible on all game levels in this mode. Time adjustments and score limits are the mildest.
  2. Medium: Neighbor highlight is available on the first 5 levels. Diagonal selection (in case of square board layout) is possible on the first two game levels in this mode. Time adjustments and score limits are thougher than the Easy mode but milder than the Hard mode.
  3. Hard: Neighbor highlight is only available on the first level. Diagonal selection (in case of square board layout) is not allowed. Time adjustments and score limits are the hardest among all modes.