Feature request:
Instead of having boundaries where the map ends, the map could wrap around and continue on the other side.
Here is a link to a torus minesweeper variant:
https://mzrg.com/js/mine/torus.html
But instead of this solution, I'd prefer an "infinite" board where one can scroll in all directions, and the board repeats periodically.
@siteswapper I'm currently working on a new way to render the map using opengl. It will allow this kind of gameplay.
I hope to introduce this feature on version 10.0.0.
Feature request: Instead of having boundaries where the map ends, the map could wrap around and continue on the other side. Here is a link to a torus minesweeper variant: https://mzrg.com/js/mine/torus.html But instead of this solution, I'd prefer an "infinite" board where one can scroll in all directions, and the board repeats periodically.