Minesweeper

8

CLIGUI 2025-05-24 04:15 (Edited)

How to play:

Press A to uncover a tile, if it is a mine a black mine icon will appear. If the tile is black that means no mines are adjacent to it.

Press B to flag a mine, if the tile is not a mine an X will appear and if it is a mine a flag will appear.

There is no winning or losing condition for this example.

Mindsweeper.nx | Open in app
2025-05-24 04:15

CLIGUI 2025-05-24 04:22

I tried to keep the code as minimalistic as possible for this project because I plan on using it to make a treasure hunting game later.


CLIGUI 2025-05-24 04:24

1 in 10 tiles is a mine.


CLIGUI 2025-05-24 20:29

Just realized it says Mind sweeper. *Slaps face


JudgeGroovyman 2025-06-13 03:18

Its great! The code is nice and clean just how you intended it. Nice work! It tricked me at first that i was moving the table not the cursor and once i realized that ut made sense :)


CLIGUI 2025-06-15 00:47

Thanks so much. It is a funny way to play minesweeper and the optical illusion makes it look like nothing is happening until some tiles are uncovered.


CLIGUI 2025-06-15 00:51

I was going to publish another minesweeper game but never did, here it is if anyone is interested:

Treasure Sweep.nx | Open in app
2025-06-15 00:51

JudgeGroovyman 2025-06-21 21:56

Treasure Sweep is cool too! It even has like resource gathering and stuff. Its deep minesweeper!


Log in to reply.