One Square Minesweeper

(onesquareminesweeper.com)

104 points | by notamy a year ago ago

68 comments

  • schiffern a year ago

    Unrealistic; in minesweeper it's impossible to hit a mine on your first click. ;)

    https://gaming.stackexchange.com/questions/315335/is-it-poss...

    • CobrastanJorji a year ago

      Your link suggests: "If a mine is under the first clicked tile, it is moved to the upper-left corner, if the upper left corner is occupied, the mine moves to the right of the corner tile." If that happened here, the square would still be a mine.

      • lelanthran a year ago

        What a convoluted solution.

        I always assumed it did things the way I did when I wrote my minesweeper game: it only generated the mines on the first click, avoiding the clicked tile.

        I wonder why they did it that way?

        • SAI_Peregrinus a year ago

          Probably performance. It's an old game, it seems faster if the mines can get generated before the user first clicks, and then move the mine if their first click was on a mine. If you wait for them to click to generate then the entire generation step has to run before the user notices.

        • Shadowed_ a year ago

          I don't know for sure, but they probably didn't plant it at first and later it was simpler to move mine elsewhere than to change the way mines are generated.

      • raldi a year ago

        What if the upper-left corner and the one to its right are mined?

        • bwen a year ago

          "The function checks if it is the first click, and that the square being clicked is a mine. It then tries to move the mine to the upper-left corner. If unsuccessful it tries the square to the right of it. If all of the first row is occupied by mines, the function tries to put the mine in the leftmost square of the row below, and so on."

          https://web.archive.org/web/20180618103640/http://www.techus...

          • throwawayk7h a year ago

            What does the function do if the entire board is mines?

            • j5155 a year ago

              See https://www.youtube.com/watch?v=0-REcpPz3vw It causes some strange bugs to occur!

            • jraph a year ago

              An array out of bounds access.

            • berkes a year ago

              Found the tester :)

              Jokes aside, I love it how in a group of software engineers someone can always think of an even more unlikely, but somehow realistic edge case.

              For me, one of the marks of a senior engineer would be to then either go "we'll just not allow the board to be filled with entirely mines in the builder", or "well, if that ever happens: just let it crash". A practical solution to a theoretical case. Whereas the more junior engineer would spend the next few days researching and refactoring the algorithm to address this case. Obv. "it depends", letting my insuline pump "just crash" isn't cool, but minesweeper, meh.

            • dutzi a year ago

              It BSODs!

    • KHRZ a year ago

      In Minesweeper you also win when all non-mine tiles are revealed.

    • praptak a year ago

      It's "an irresistible force meeting an immovable object" type of situation.

    • a year ago
      [deleted]
    • a year ago
      [deleted]
  • encomiast a year ago

    A strange game. The only winning move is not to play.

    • wging a year ago

      In this case, you win by flagging all the mines. That isn't how winmine worked -- you just had to uncover all non-mine spaces.

      • animal531 a year ago

        It would have been funnier if when you flag it the game turns it into a number and you lose anyway.

    • m463 a year ago

      you're confusing minesweeper with nuclear disarmament.

    • exolab a year ago
    • a year ago
      [deleted]
    • catlikesshrimp a year ago

      Gambling? :)

    • utopcell a year ago

      (-:

  • joshka a year ago

    I can't get the xyzzy cheat[1] to work. How am I going to tell if there is a bomb or not?

    [1]: https://minesweepergame.com/history/xyzzy.php

    • Dylan16807 a year ago

      Oh cool. Also it's really funny that the blog is cutting off the corners on the main image.

  • fanf2 a year ago

    Simon Tatham’s minesweeper is the best minesweeper https://www.chiark.greenend.org.uk/~sgtatham/puzzles/js/mine...

    « The first square you open is guaranteed to be safe, and (by default) you are guaranteed to be able to solve the whole grid by deduction rather than guesswork. »

  • UberFly a year ago

    This game painfully reminds me of my dating attempts as a teenager.

    • eru a year ago

      Just flag and you win instantly?

      • a year ago
        [deleted]
      • sulandor a year ago

        probably also depends on the kind of flag

  • svag a year ago

    On the right bottom corner says that it's part of Useless Web Project, https://theuselessweb.com/, which has more interesting "useless" games...

  • rtpg a year ago

    I remember a long time ago (20 years ago?) playing some Windows minesweeper variant that someone had wrote. It did the "impossible to hit a mine on your first click" thing (That I believe Windows' Minesweeper didn't do), but also had different shapes. You could have a hex map, for example.

    Anyone know what I'm thinking of?

  • unsnap_biceps a year ago

    I can't seem to flag the mine on mobile

    • tomxor a year ago

      That's because it detected you don't have a mouse, or a 386... You are not allowed, it would just be wrong.

    • sundvor a year ago

      Yeah, it's useless.

  • carver a year ago

    If you are interested in variants of minesweeper, this one is awesome:

    https://magnushoff.com/articles/minesweeper/

    (scroll to the bottom)

  • mdtrooper a year ago

    This web remembers to me the great game: https://en.wikipedia.org/wiki/Progress_Quest

  • silenced_trope a year ago

    This was in the thread for useless programs just now: https://news.ycombinator.com/item?id=41894765

  • oe a year ago

    This is really hard. Anyone got any tips?

    • schoen a year ago

      Try flagging the mine rather than revealing it! (Right click.)

      • keepamovin a year ago

        Holy shit. There's a way to win. Awesome.

        Since 1993, that's what I've been missing from my mine sweeper game. All these years I couldn't understand why I could never finish the game. Hahaha! :)

        • schoen a year ago

          Cool!

          There are actually some expert players who intentionally play without the flags as an extra challenge. They have to remember (or re-deduce) where the mines are. The game is considered won whenever the number of unexposed squares, whether explicitly flagged or not, or equal to the total number of mines.

          • keepamovin a year ago

            That's what I assumed. But even when I got to the point of no more non-cursed squares, I didn't get the "Cool" glasses. Cry.

            • schoen a year ago

              Usually this means that you have one more false positive hiding somewhere!

  • lifthrasiir a year ago

    Apparently this game is 3BV 0, so it should be solvable by luck and cannot be used for official records.

  • dimava a year ago

    Related: I've seen a minesweeper where you solve it not one by one but in general You add rules that are auto-applied wherever they can, and it tries to solve itself

      https://store.steampowered.com/app/2262930/Bombe/
      > Minesweeper, but you only solve each situation once.
      > Regions (number bubbles connected by lines) generated from clues on the board  
      > Rules act on regions to mark bombs, clear squares or create new regions  
      > A checker tells you if your rule is formally correct
      > Rules are auto applied forever after, resolving the situations you have solved before
      > Only the hard situations remain.
  • davee5 a year ago

    This made me laugh unreasonably hard.

  • peepee1982 a year ago

    It took me four tries to solve it.

  • chuckledog a year ago

    Finally a game superior to Flappy Bird. Bravo!

  • _def a year ago

    This is like the opposite of that paperclip game (sorry in advance)

  • mouse_ a year ago

    Best game since 1D Tetris

    • LeonB a year ago

      There was a 1D Wolfenstein that was entirely played in the url bar, and yet made perfect sense and was quite playable.

  • keepamovin a year ago

    By the 5th try I was sure I nearly had it. No such luck! hehehe :)

  • _flux a year ago

    It doesn't have high scores. Literally unplayable.

  • notorandit a year ago

    One square tetris Is highly needed here!

  • paulpauper a year ago

    someone registered a .com for this . At least it was not a .io domain. Those are really expensive.

    • killingtime74 a year ago

      You know you have that side project mentality when how much the domain name costs is the first consideration XD

    • LeonB a year ago

      From the “useless web” links provided above, I learned:

      > The project was built and launched as part of Netlify’s Dusty Domains project, where for each project built and launched on an old domain money was donated to charity! Ultimately over a hundred thousand dollars was raised for a variety of individual charities.

    • dirkc a year ago

      Hopefully not with Gandi, because then they also have a "move domain" entry in their TODO list!

  • mproud a year ago

    Beep boop beep boop beep boop!

  • 256_ a year ago

    Someone should make one with 0.

  • hyperhello a year ago

    I am really good at this.

  • fallinghawks a year ago

    I feel so successful

  • dataflow a year ago

    Is this modern art?

  • breck a year ago
  • a year ago
    [deleted]