lucasnlm / antimine-android

Antimine is an open source minesweeper-like puzzle game.
GNU General Public License v3.0
656 stars 88 forks source link

Torus map #248

Open siteswapper opened 3 years ago

siteswapper commented 3 years ago

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.

lucasnlm commented 3 years ago

That's a nice idea! I will investigate.

lucasnlm commented 3 years ago

@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.