Quelklef / minesweeper

Keyboard-control minesweeper
0 stars 0 forks source link

play on spaces other than a euclidean rectangle #3

Open Quelklef opened 2 years ago

Quelklef commented 2 years ago

I think it would be fun to allow gameplay on spaces other than the euclidean rectangle.

For instance, this paper gives constructions of the sphere, torus, mobious loop, and klein bottle from then unit square. this paper (p7) gives unit square -> projective plane.

Note that since minesweeper exists on a discrete grid and not R^2, some of these constructions may not work so well. At the very least, the torus and mobius strip should still work. Additionally, perhaps there's some way to play minesweeper on Q^2, in which case we could probably use some of the more exotic constructions as well.

Quelklef commented 2 years ago

It might also be fun to play around with hyperbolic/elliptic space