Bot Destroys Google Minesweeper

Sdílet
Vložit
  • čas přidán 9. 07. 2021
  • Python bot destroys minesweeper with the power of logic and probabilities. Yeah that's it.
    The code
    github.com/CosiNull/minesweep...

Komentáře • 1,5K

  • @koruba8693
    @koruba8693 Před 2 lety +13959

    Why do they call it oven

    • @werferyt6092
      @werferyt6092 Před 2 lety +1081

      @@kupicx and of out hot eat the food

    • @furballisticfinn6881
      @furballisticfinn6881 Před 2 lety +456

      top questions science still can’t answer

    • @alexanderharrison7421
      @alexanderharrison7421 Před 2 lety +545

      @@furballisticfinn6881 Well, the answer is proportional to the reason we should never assume in life, just because carrot big leaf because small leaf carrot big not leaf big size

    • @furballisticfinn6881
      @furballisticfinn6881 Před 2 lety +88

      @@alexanderharrison7421 i guess you’re right

    • @Yumiesthetic
      @Yumiesthetic Před 2 lety +24

      why not

  • @BakedAlaskaTM
    @BakedAlaskaTM Před 2 lety +8643

    i legit thought the video was called "bob destroys google minesweeper" for a second and I was like "damn this bob is cracked"

  • @stringbeanplepeda1632
    @stringbeanplepeda1632 Před 2 lety +22466

    funniest part is that the legit world record is over 2 times faster at 57 seconds

    • @cossibility7019
      @cossibility7019  Před 2 lety +7416

      The fact that it works is enough for me 😂😂

    • @MannifyYT2023
      @MannifyYT2023 Před 2 lety +755

      Funny how i got that RIGHT UNDER THIS VIDEO

    • @kwekker
      @kwekker Před 2 lety +803

      That's the speed of python for you

    • @randomperson1418
      @randomperson1418 Před 2 lety +650

      It's clearly not optimized for speed XD

    • @afj810
      @afj810 Před 2 lety +180

      because the bot doesn't know how to chord

  • @SpecRec
    @SpecRec Před 2 lety +3504

    I find it funny that the bot keeps hesitating as if it's thinking lmao

    • @Balou_560
      @Balou_560 Před 2 lety +530

      I think it's waiting for the particles that happen when you make a move on this version of the game to clear up as to not mess up what the bot is seeing since I assume it's tracking individual pixels

    • @derdbolt8906
      @derdbolt8906 Před 2 lety +90

      If it didn't do that it could legit finish in 10 seconds

    • @saadqadeer7807
      @saadqadeer7807 Před 2 lety +22

      @Volzye It's not his theory, OC mentioned it in another comment

    • @Balou_560
      @Balou_560 Před 2 lety +10

      @Volzye yee I was just repeating what I remembered the vid creator said, i just said I think in case I said anything wrong

    • @blinded6502
      @blinded6502 Před 2 lety +17

      @Volzye You are completely and utterly wrong. You underestimate what modern PC's can do by a millionfold

  • @ryanpenalosa3148
    @ryanpenalosa3148 Před 2 lety +4659

    He just has a good gaming chair.

  • @spidernh
    @spidernh Před 2 lety +5565

    what's the point of placing flags? you can win the game just by clicking all the spots that aren't mines, flags are actually useless when you have effectively infinite memory

    • @cossibility7019
      @cossibility7019  Před 2 lety +3617

      You’re absolutely right!!
      The way that I programmed the bot is that it constantly takes a screenshot of the current board and plays according to what it currently sees. This means that flags are important in this method since the bot always forgets its previous screenshot. My method is slower but it is easier to implement and debug.
      A better way to do it (as you pointed it out) would be to store the board in the computer’s memory and update the mental map after each move. This way, we can optimize the performance of the bot since it won’t need to rely on flags to know the location of each mine.

    • @spidernh
      @spidernh Před 2 lety +360

      @@cossibility7019 ok, also how did you detect each tile? I'm having issues with what you said you did (check a pixel and see what color it is) because there are pixels that are on the number 1 and will work for it, but for a 4 or something, it'll just be the background color

    • @cossibility7019
      @cossibility7019  Před 2 lety +658

      What I did is that I took a specific coordinate where each specific tile has their unique pixel colour (I don’t remember the specific coordinate). One thing to be careful with this method, however, is that you have to take into account the particle animations of the game.
      Each time you click a tile, there are different coloured particles that appear on the screen which can ruin the screenshot.
      My cheap solution to avoid the issue is to wait a certain amount of milliseconds after performing each move (I wait for the animation to end). This solution is what mainly makes my bot slower.
      If you don’t want to wait for the animation to end, I believe that there are Python libraires that can deal with image detection (they can recognize similar images)

    • @midtisel4222
      @midtisel4222 Před 2 lety +71

      Its only worth it if the bot knew about right clicking to uncover all the unflagged tiles

    • @joelhoon1707
      @joelhoon1707 Před 2 lety +146

      This is literally the entire game
      "Why place flags when you can just not click mines"

  • @MrLandShark55_55
    @MrLandShark55_55 Před rokem +2057

    The PC that we once owned had minesweeper on it. It must have been glitched, or modded somehow, because there was one tile that completes the entire board if you click it first. It was always the same tile, so I was able to beat the hardest difficulty in 2 seconds. The rest of my family went crazy trying to figure out how I did this.

  • @nosu5530
    @nosu5530 Před 2 lety +648

    As a minesweeper player, I can confirm we play it by teleporting our mouse

    • @katdoestuffYT
      @katdoestuffYT Před rokem +26

      ‘Mineswapper’ lol
      And yes, I definitely play mineswapper by teleporting our mouse

    • @OverHeatVD
      @OverHeatVD Před rokem +4

      @@katdoestuffYT xD

    • @aakashxd9868
      @aakashxd9868 Před rokem +1

      can anyone tell me how to play this game
      because most of the time i just click here and there randomly

    • @OverHeatVD
      @OverHeatVD Před rokem +15

      @@aakashxd9868 Clicking a cell reveals it. If said cell has a mine, you instantly lose. The goal is to open every non-mine cell.
      Every cell you've already opened will display a number on it. That number is how many mines there are in the 8 surrounding cells. Using this information, you can deduce which tiles have a mine and which tiles don't (in which case they're safe to open).
      Also, there's a thing called flags which allow you to mark tiles as having a mine (so you don't accidentally open them later).

    • @aakashxd9868
      @aakashxd9868 Před rokem

      @@OverHeatVD thnx for the info buddy.. 😄

  • @theweirdguyroger8537
    @theweirdguyroger8537 Před 2 lety +614

    bots in fighting games: 🤡
    bots in chess sudoku minesweeper and other games: 😎

    • @hanzzxeditz
      @hanzzxeditz Před 2 lety +155

      That's because in fighting games they can't predict what the player is thinking as they have a consious mind, while here, they can predict as every code has a pattern, patterns are easy to predict therefore easier -🤓

    • @JoThNoMi
      @JoThNoMi Před 2 lety +93

      @@hanzzxeditz the 🤓do be spitting facts tho.

    • @getawayunclejohn7107
      @getawayunclejohn7107 Před 2 lety +50

      @@hanzzxeditz 🤓 but respect

    • @Dips-u
      @Dips-u Před 2 lety +17

      Then there’s bots in Fps games.

    • @streyngthz
      @streyngthz Před 2 lety +4

      Bot also useful in tower defense game, especially the ones that need grinding like btd6.

  • @Metawire61
    @Metawire61 Před 2 lety +156

    For a lightly programmed bot this is actually pretty fast, pretty sure full programing can do this in like 10 seconds

    • @maxsurman7838
      @maxsurman7838 Před 7 měsíci

      See CodeBullet's version of this.

    • @xenird
      @xenird Před 27 dny

      10 milliseconds

    • @floopyy_
      @floopyy_ Před 24 dny

      @@xenird If you take the time it takes for the clear transition to complete (when you click an empty square), let's say it's 5 frames or about 83ms, then multiply that by however many times you'd clear, i'll lowball it and say its about 10, you get 833ms. 10 seconds might be too high but I don't think a bot can complete google's minesweeper in under a second. A minesweeper with no transitions however can be completed way faster, but it depends how open the field is aka how many clear squares you're clicking

  • @hagash1843
    @hagash1843 Před 2 lety +16

    By a moment i thought the title was " boy destroys google's minesweeper", and i thought "danm, this boy is so good that his mouse is teleporting"

  • @cj_th3_g4m3r4
    @cj_th3_g4m3r4 Před 2 lety +109

    I’m sure we can agree that this bot is pretty good at making music

  • @JillofTrades
    @JillofTrades Před 2 lety +139

    Google: *rigs the system*
    Bot: *rigs the game*
    Google: Wait, that is illegal...

  • @08.aothaiha7
    @08.aothaiha7 Před 2 lety +279

    What would the bot do with 2 tiles both have 50% chance to have a mine? (I get that a lot when I play this game)

    • @thewaterleaf7929
      @thewaterleaf7929 Před 2 lety +115

      simply be smarter than a human and not take the gamble, duh, it should leave it be until it has more information from other tiles being revealed around the initially troubling ones
      (this wasn't meant to be insulting btw, I was simply trying to play an arrogant personality as a joke)

    • @MatiasRupp
      @MatiasRupp Před 2 lety +132

      @@thewaterleaf7929 sometimes you can't do anything logical but random

    • @popplejam2128
      @popplejam2128 Před 2 lety +55

      @@MatiasRupp nope, not how minesweeper works. unless you’re on the last click, you just do another spot and wait until it brings you back toward that area with more information. you don’t have to take a gamble before the last click, and gambles on the last click are very rare.

    • @ITS_MysteR
      @ITS_MysteR Před 2 lety +6

      The bot starts having a seizure

    • @thk2005
      @thk2005 Před 2 lety +8

      To my experience, just pick on depend its spawn pattern
      Like a number got L-shape empty tiles
      | | x | |
      | | 3 | 2 I
      |1 | 1 |||||
      then pick the x tile cus most of time (not always) will be a safe spot
      That spawn pattern usually occured so its high chance of safe
      Only do this when u actually no choice more than random pick, and hope its a good tile

  • @Thomas_Everman
    @Thomas_Everman Před 2 lety +17

    It's freaking 4 in the morning and I'm watching a bot play minesweeper.

  • @sniper_monke561
    @sniper_monke561 Před 2 lety +16

    2x speed to give him the best gaming chair

  • @anselmorrison3774
    @anselmorrison3774 Před 2 lety +25

    The song when you beat google minesweeper slaps though

  • @Lord_Vertice
    @Lord_Vertice Před 2 lety +87

    I feel like this could be upgraded with concurrency. Right now the bot will first click a lot and then place flags, then repeat. It should be possible to do more things at once and with less waiting time in between

    • @adanakebap101
      @adanakebap101 Před 2 lety +14

      He explained that bot works by taking screenshots. It has to wait so particle animations won't ruin the screenshot

    • @azamatrustamov8687
      @azamatrustamov8687 Před rokem +1

      @@adanakebap101 where did he explained, can you forward it please

    • @adanakebap101
      @adanakebap101 Před rokem +1

      @@azamatrustamov8687 look at spidernh's comment. Creator replied and explained it.

    • @azamatrustamov8687
      @azamatrustamov8687 Před rokem

      @@adanakebap101 Thank you a lot

  • @Ugly_sextoy
    @Ugly_sextoy Před 2 lety +54

    I’ve always been confused trying to understand the rules but now it makes me even more confused

    • @megalunalexi5601
      @megalunalexi5601 Před 2 lety

      I think it's like, each tile's number is how many mines are in an immediate square around it. So if it's blank then all the tiles touching that one (including diagonal) are safe, and if it's 8 then every tile touching that one is a bomb. You then must use probability to guess which tile you should investigate next. Investigate a bomb and it explodes and you die

    • @danielyuan9862
      @danielyuan9862 Před 2 lety +18

      The number is the number of mines around it.

    • @GiantDwarf-vr5zc
      @GiantDwarf-vr5zc Před rokem +12

      You try finding all of the mines by clicking tiles.
      The first click of the game is guaranteed to not be a mine, after the first click tiles are either blank or have a mine and if you click on a mine you lose.
      Blank tiles will have a number on them indication how many mine they are touching. A tile with 1 on it means it is touching 1 mine. 2 = 2 mines etc.
      You can place flags on tiles you think/know are mines until the entire board is cleared besides the tiles you have marked as mines.

  • @ClassicDannyboy
    @ClassicDannyboy Před 2 lety +6

    I used to play this in school for hours, great to see a bot do it in a few minutes :)

  • @xNightskyy
    @xNightskyy Před 2 lety +3

    bot: i am god
    The world record holder: *n o*

  • @atlix2
    @atlix2 Před 2 lety +6

    i still don’t even know how minesweeper works and this is just salt in the wound. dope bot

    • @zacharymorris3775
      @zacharymorris3775 Před 2 lety +2

      each number tells you how many mines are adjacent to that number

  • @Wingding7562
    @Wingding7562 Před rokem +1

    Ah yes now that we have located all the mines we shall turn this land into a marsh

  • @ocandy675
    @ocandy675 Před rokem +2

    Imagine the bot just finishing it then checking his search history

  • @Drakonus_
    @Drakonus_ Před rokem +18

    Would've been much faster if the bot right-clicked on the numbers instead of manually left-clicking the boxes.

    • @ouwkyuha
      @ouwkyuha Před rokem +1

      We can't do that on Google's Minesweeper

    • @Drakonus_
      @Drakonus_ Před rokem +1

      @@ouwkyuha Yeah, my mistake. With Google's version, it should be both left-click and right-click at the same time.

  • @lifepreviouslybalanced5743
    @lifepreviouslybalanced5743 Před 2 lety +34

    Meanwhile, me: *dying on the second click on easy mode*

    • @_thresh_
      @_thresh_ Před rokem +2

      Just put flags in all the corners of the first big part you dig out

  • @dez9088
    @dez9088 Před 2 lety +1

    The fact that even a bot had to think

  • @JohnDoe-mx6xh
    @JohnDoe-mx6xh Před rokem +1

    The way it spams flags is so satisfying

  • @imboredrly5478
    @imboredrly5478 Před 2 lety +2

    atleast ai wont replace humans playing minesweeper

  • @jwzc
    @jwzc Před 2 lety +3

    "5 game endings no one has ever seen"

  • @jaydon8822
    @jaydon8822 Před 2 lety +2

    This was truely mindsweeping.

  • @Abon963
    @Abon963 Před rokem +1

    I got this video in my recommendation and i remember playing it when i was a child

  • @nightrose6116
    @nightrose6116 Před 2 lety +54

    This unironically made me understand how minesweeper works better than any explanation given to me

  • @CCCMTTT
    @CCCMTTT Před 2 lety +7

    Now where’s the run where the game makes you guess where 2 bombs are in a 2x2 and the bot can’t calculate that

  • @CeeMonay
    @CeeMonay Před rokem

    Why does this video low key make me anxious

  • @Shreyas_Jaiswal
    @Shreyas_Jaiswal Před 2 lety

    The sound feels like some group do people are parading and then shooting from toy guns. 😂😂

  • @bonegamerthecyndaquill7181
    @bonegamerthecyndaquill7181 Před 2 lety +101

    is it odd to say I can keep up with the bot's line of thinking to an extent?

    • @jestfullgremblim8002
      @jestfullgremblim8002 Před 2 lety +15

      Nah, this bot isn't that good at the game lol

    • @Mik-kv8xx
      @Mik-kv8xx Před 2 lety +21

      @@jestfullgremblim8002 don't be so harsh on it, if not for the animations it could be a good bit faster

    • @jestfullgremblim8002
      @jestfullgremblim8002 Před 2 lety +4

      @@Mik-kv8xx speed is not what i'm refering to. I mean patter recognition and that kind of stuff. A good Minefield player would have flaged more mines in some parts of the video and wouod also have cleared more spaces in some other parts. The bot is missing some stuff

    • @Mik-kv8xx
      @Mik-kv8xx Před 2 lety +3

      @@jestfullgremblim8002 well,it's not an ai, just an algorithm

    • @jestfullgremblim8002
      @jestfullgremblim8002 Před 2 lety +2

      @@Mik-kv8xx my arguments still applies and stands. The algorithm is missing some stuff. I'm not saying that it isn't good, that it is slow or that i can make a better one. I'm just saying that it can easily improve if some new patterns to recognize are added to it!

  • @cmyk8964
    @cmyk8964 Před 2 lety +15

    It’s interesting, as a human Minesweeper player, to see a bot alternate between opening ALL safe spaces and flagging ALL dangerous spaces. Super multitasking.

  • @Octocat
    @Octocat Před 2 lety

    This is me avoiding legos in the dark for a glass of water.

  • @wjgthatsit2357
    @wjgthatsit2357 Před rokem

    thanks youtube for putting this on my reccomended

  • @ibm30rpg
    @ibm30rpg Před rokem +10

    As a data structures programmer, I was surprised that the bot didn't go even faster. Maybe the code used the high time complexity traversal methods.

    • @fazaazafg
      @fazaazafg Před rokem +4

      The bot didn't go faster because it uses screenshots to analyze the board and the particles flying around makes it hard to do so. So it has to wait a bit for the particles to disappear first.

    • @Something_Something_Some
      @Something_Something_Some Před rokem

      Probably added a wait() idk

    • @basicallyjusttan7727
      @basicallyjusttan7727 Před rokem

      @@Something_Something_Some Are you talking about luau because I'm pretty sure thats the only language with the wait()

    • @Something_Something_Some
      @Something_Something_Some Před rokem

      @@basicallyjusttan7727 Lua yes

    • @basicallyjusttan7727
      @basicallyjusttan7727 Před rokem

      @@Something_Something_Some Luau*

  • @hoodiesticks
    @hoodiesticks Před rokem +5

    I didn't think this was all that impressive until I realized the bot didn't have any special API access. It needed to take screenshots of the game and process the images constantly to understand what was going on, and calculate where on the screen to move the mouse to before clicking. That's a really cumbersome process to have to code.

  • @SqueaksDeCork
    @SqueaksDeCork Před rokem +1

    "The game isn't hard you're just bad" Minesweeper bot 2023

  • @Diamondking_07
    @Diamondking_07 Před 2 lety +3

    Plot twist: there is no bot but no one would believe that he is this good

  • @mysticshadow7110
    @mysticshadow7110 Před 2 lety +3

    I only managed to beat hard mode twice only because the other times there were some spots that had to deal with pure luck guessing.

  • @Zephrys1
    @Zephrys1 Před rokem

    i don’t even know how to play minesweeper but that sure is music to my ears

  • @coolguy163
    @coolguy163 Před rokem +1

    as a fan of minesweeper i can say this is definitely a video

  • @DaApplely
    @DaApplely Před 2 lety +3

    minesweep ASMR

  • @valakarhtelgrem5210
    @valakarhtelgrem5210 Před 2 lety +4

    How did the bot get those right at 0:59 ?
    It basically guessed

  • @nobright7968
    @nobright7968 Před rokem

    This is like the equivalent of playing chess against your right hand with your left

  • @matekristofkiss6622
    @matekristofkiss6622 Před rokem

    It sounds like a little bird trying to learn to fly

  • @doggo_woo
    @doggo_woo Před 2 lety +15

    Just wanted to ask, what libraries did you use for image detection and the mouse movements? This seems like a good project for beginning complex python learning.

    • @cossibility7019
      @cossibility7019  Před 2 lety +7

      Pyautogui

    • @cossibility7019
      @cossibility7019  Před 2 lety +4

      Good luck on your projects!

    • @doggo_woo
      @doggo_woo Před 2 lety

      @@cossibility7019 Only pyautogui? I've tried that before, time to try it again!

    • @cossibility7019
      @cossibility7019  Před 2 lety +3

      @@doggo_woo yup only pyautogui for mouse movement and image detection!

    • @agent6124
      @agent6124 Před 2 lety +5

      @@cossibility7019 i will try to do a bot on dino game with pyautogui !
      thx for the tip

  • @frankie11998
    @frankie11998 Před 2 lety +4

    wow, he's really good at the game! 😃

  • @Man_ManUK
    @Man_ManUK Před rokem

    first time ever, actually seeing the end of mine sweeper in my life

  • @Slineryo
    @Slineryo Před rokem +1

    bot: **spams**
    bot: "gotta go afk and get some food"
    bot: "im back"
    *[repeats until it beats the game]*

  • @RiteOfSolaris
    @RiteOfSolaris Před rokem +3

    While I have gotten a 63 second time in medium, making a bot is hard and everyone should appreciate the work and effort put in.

  • @canigetuuh
    @canigetuuh Před 2 lety +9

    Listen to 1:52 at 0,25x

  • @sarojandongol1482
    @sarojandongol1482 Před rokem +2

    Seems like it works on screenshots and thus dependant on the app's speed, thus oddly you can just kinda keep up with what moves it will do the next cycle.

  • @cathpalug1221
    @cathpalug1221 Před rokem

    This give me comfort since I thought 88 seconds are too much

  • @PedroLucas-ok9sb
    @PedroLucas-ok9sb Před 2 lety +3

    Nice

  • @kyliedkat
    @kyliedkat Před rokem

    This is low key satisfying to watch :0

  • @thelunchking4069
    @thelunchking4069 Před 2 lety

    Man he really is sweeping the mines

  • @bookle5829
    @bookle5829 Před 2 lety +11

    You need to cut down that waiting time. I don't think the bot was thinking. I think the bot was like "Did I win? ...No"
    Edit: By you, I mean the programmer who made it.

    • @ITS_MysteR
      @ITS_MysteR Před 2 lety

      I think that's only because of the programming software he's using, he can't really fix that currently.

    • @bookle5829
      @bookle5829 Před 2 lety

      @@ITS_MysteR Oh yeah whoops

    • @cossibility7019
      @cossibility7019  Před 2 lety +16

      @@bookle5829
      Yeah umm so if you guys are curious, the reason why my bot is slow is kinda dumb and funny. So notice that in Google minesweeper, when you click on a tile, there is particle animations. These particle animations actually ruin the screenshot that the bot takes to detect the tiles lmao. So i just made the bot wait for the particle animations to end before taking the next screenshot.
      So basically, the bot is like “Are the particles gone so that I can take a clean screenshot… No”
      Using advance image detection libraries, I could probably cut the waiting time of the bot by making the bot guess tiles even if there are particles covering them. But yeah, I don’t feel like it cuz I’m working on a another project right now. 😅

    • @bookle5829
      @bookle5829 Před 2 lety

      @@cossibility7019 Oh alright lol
      l hope someone can improve it

    • @nhn05
      @nhn05 Před 2 lety

      @@cossibility7019 Instead of scanning for green tiles. Why don't you scan for pixel of the color of number 1, 2, 3, 4 in each tiles. You won't have to deal with the animation.
      Edit: fixing minor typos

  • @Alina060979
    @Alina060979 Před 2 lety +6

    Hello! I am from Uzbekistan. I'm 10 years old. I passed the game "Sapper" 3 years ago. It's not difficult, you just need to learn how to play it!

    • @midtisel4222
      @midtisel4222 Před 2 lety +2

      As a Polish guy, you are right, i can win the game faster than this bot can due to the fact that i memorised all the patterns and know about right clicking

    • @Alina060979
      @Alina060979 Před 2 lety

      @@midtisel4222 Если тебе не удобно писать английским пиши русским :) Я не Англичанин.

    • @araserwhenthe
      @araserwhenthe Před 2 lety +7

      That's cool, and not to be rude but, what does this actually have to do with this video?

    • @ajdndbdjbdj
      @ajdndbdjbdj Před 2 lety +1

      @@araserwhenthe and why they mention where are they from XD

    • @JoThNoMi
      @JoThNoMi Před 2 lety

      @@midtisel4222 Non-polish guys: is it possible to learn this power.

  • @AlteFore
    @AlteFore Před 2 lety +2

    Jesus Christ now minesweeper has a bot crisis

  • @dpetersz
    @dpetersz Před rokem +1

    "Destroys" is generous

  • @asheep7797
    @asheep7797 Před 2 lety +5

    2nd! since the other guy said 3rd instead of 2nd

  • @PookyCodes
    @PookyCodes Před 3 lety +3

    Let’s go! 0th!

  • @aweebtaku429
    @aweebtaku429 Před 2 lety +1

    The Coding Bullet : Don't mind me imma steal your code

  • @nervousduck
    @nervousduck Před rokem

    I can hear squidward walking.

  • @shadex2295
    @shadex2295 Před rokem

    ngl they got some sick beats

  • @Noob-hr8gr
    @Noob-hr8gr Před 2 lety

    What a good gaming chair.

  • @shadowplaxianthgaming3694

    Terminator playing google minesweeper be like:

  • @divine_arch2513
    @divine_arch2513 Před 2 lety +1

    I didn’t know google had a mine sweeper, I thought there was only snake

  • @Turgineer
    @Turgineer Před 4 měsíci +1

    I couldn't even finish a quarter of this game. Wow.

  • @limegloom4481
    @limegloom4481 Před rokem

    Bros got some sick beats

  • @gumballwatterson6786
    @gumballwatterson6786 Před rokem

    How my classmates see I am playing minesweeper:

  • @riemerdijkstra5974
    @riemerdijkstra5974 Před 9 měsíci +1

    the day google added minesweeper was the day human productivity lowered by 97%

  • @Waterbottlez_
    @Waterbottlez_ Před rokem

    It has now become my goal every time I play google minesweeper to be faster than 117 seconds

  • @queebles
    @queebles Před 2 lety

    "destroyed" is pretty generous

  • @The_Nerds.
    @The_Nerds. Před 2 lety

    The fact they are not only good in chess but also on that

  • @5715klin
    @5715klin Před rokem

    I’d imagine the bot is going back and referencing a screen capture after every step? In which case building its own 2d array of values would drastically reduce down time and bypass the need to place flags ingame

  • @sebisonic
    @sebisonic Před 2 lety

    This looks cool to make

  • @da_w1nn3r96
    @da_w1nn3r96 Před rokem

    Middle mouse click opens up all adjacent squares as long as there are the correct number of flags adjacent to it.

  • @Chickensea10
    @Chickensea10 Před rokem

    Good luck with your channel

  • @coryxkenshinsafro8028
    @coryxkenshinsafro8028 Před 2 lety

    snek oh it wasn’t the snek eating appel
    ok cool.

  • @overfoxed
    @overfoxed Před rokem

    I love seeing bots bully old games

  • @pixie9103
    @pixie9103 Před rokem +2

    I don’t get how this game works but this really fun to watch

  • @herobrine8763og
    @herobrine8763og Před rokem

    By left and right clicking a number while it has sufficient flags around it, it automatically clears all of the squares that can be cleared and are also neighbours of that number

  • @ericawu8779
    @ericawu8779 Před 2 lety

    I put this at 2 times speed and it literally just sounds like birds being chaotic

  • @sunny_rays5726
    @sunny_rays5726 Před 2 lety

    that was musical

  • @user-cu6vl9iz9h
    @user-cu6vl9iz9h Před rokem

    Really cool bot! If it's not a problem could you tell on which programming language it was made?

  • @mysteriousgamer2062
    @mysteriousgamer2062 Před rokem

    What I don't get is when the water flows in and flowers bloom on the mines the flowers would set them off the have a hair trigger mechanism and and sort of vibration or any loud sound would set them off

  • @Tommuli_Haudankaivaja
    @Tommuli_Haudankaivaja Před 2 lety +1

    After reading how you made it work, I no longer wonder why the ending was so slow.

  • @Stevelocks100
    @Stevelocks100 Před rokem

    Alternatively: bots sweeps minesweeper

  • @Zandezz.
    @Zandezz. Před rokem

    The fact that the wr is much faster makes me happy

  • @orionofrealms5997
    @orionofrealms5997 Před 2 lety

    The sound effects sound like a rick role

  • @funnygamenotfound9134
    @funnygamenotfound9134 Před 2 lety +1

    Better than most of the asmr videos.

  • @kalebvaitkevicius8494

    That one guy in multiplayer minesweeper

  • @haha69funi28
    @haha69funi28 Před rokem

    this is euphoric