-
Hey I found your game a week or so, loved it! No ads, plays great. But, I tried to use it Yesterday and it won't reveal ANY numbers other than the one you click on. Oh, and I'm talking about your …
-
Add a minesweeper category to speedrun.com and find volunteers to moderate it (leon already volunteered)
-
**Play-to-Trigger Mines/Bombs.** Add [5] cards to the deck that are Mines/Bombs. They are touched by [all clues]. If a Mine/Bomb is played, you get [3] strikes. Obviously there is room for tweaks by c…
-
# Summary
Create a minesweeper game.
# Example search queries
- minesweeper
- play minesweeper
# Implementation (optional)
https://github.com/orkohunter/minesweeper
…
-
```python
class Solution:
def updateBoard(self, board: List[List[str]], click: List[int]) -> List[List[str]]:
'''
DFS
if empty: go with a…
-
Replicate the Minesweeper game from Windows
Easy, Medium and Hard will have their set amount of grid size and mines
put into a 2D array, where the following values are assigned
0 - No mines nea…
-
### DB Selector
DB3K
### Baseline
2603
### Hypothetical
No
### Name
Georgiy Kurbatov
### Class
Alexandrit
### Country
Russia
### Service
Navy
### In Commission
2016 - Present
### Lengt…
-
If a mine is specifically marked, it can be given a few extra rules easily.
- "mine" marker"
- ship can get "minesweeper" marker (with value) ACTUALLY SUCH A MARKER ALREADY EXISTS! (but most mines…
-
A game can be started with a specified playing field length and width and mine density (within reasonable bounds), and anyone can use commands to flag or expose minesweeper tiles.
Maybe also a comm…
-
Discussed [here](https://leanprover.zulipchat.com/#narrow/stream/458659-Equational/topic/1648.20!.3D.3E.20206). This interface would create a "game" where one has to fill out a multiplication table o…