panki27 / minesweeper

A minesweeper implementation for the Flipper Zero device.
GNU General Public License v3.0
68 stars 6 forks source link

Minesweeper moving through the edges #4

Closed Stefo0 closed 1 year ago

Stefo0 commented 1 year ago

Hi, Thanks for what you did to bring this game to the Flipper Zero. It’s the best game available till now.

I it possible to allow to jump to the other side of the field every time I go over the edge? For example, if I'm positioned in the last column on the right and I move to the right, the cursor should appear on the first column on the left, same row.

Flipper Zero is not a touchscreen device so it will make much easier to move within the field.

panki27 commented 1 year ago

Hi, this is already implemented in the latest release: https://github.com/panki27/minesweeper/releases/tag/v1.2

I also answered your mail regarding this :)

Stefo0 commented 1 year ago

Thanks!! It works like a charm!