Minesweeper in Vanilla Minecraft - NO MODS!

Sdílet
Vložit
  • čas přidán 6. 03. 2024
  • #minecraft #minesweeper #commandblocks
    Watch as I walk through my process of how I built a fully functioning version of Minesweeper in Vanilla Minecraft. Be sure to like and subscribe!
  • Hry

Komentáře • 26

  • @flashtubetm
    @flashtubetm Před 2 měsíci +7

    Nice that you implemented a game! Next step: 3d raycasting engine

  • @rickytickybobbywobbin7430
    @rickytickybobbywobbin7430 Před 2 měsíci +6

    The one with all the losing? Ah yes, that one

  • @moogobIin
    @moogobIin Před 2 měsíci +6

    this is really impressive and deserves more attention in my opinion, good job

  • @toastycarpet4816
    @toastycarpet4816 Před 2 měsíci +7

    Amazing. There is a small inconsistency with the og game and that is when you clear a blank tile you also have to run the blank function for the corners too, not just orthogonally adjacent tiles.
    I like your new video style. Keep it up!

  • @FishyButters
    @FishyButters Před měsícem +1

    The final product looks amazing!

  • @JustVlad1
    @JustVlad1 Před měsícem

    You could've count mines around tiles, instead of comparing each possible state.
    Let's say you have a tile. You make a marker entity. You check for 8 mines around that marker and each time it detects, you just add 1 to a scoreboard. Then based on that number you could change block colour using the exact marker entity. Don't worry, there could be around 100000 marker entities simultaneously, which is 100000 tiles accordingly

  • @EnderForever101
    @EnderForever101 Před 2 měsíci

    This is really awesome! I might not play minesweeper much but this is incredible

  • @OddManMC
    @OddManMC Před 2 měsíci

    Incredible! I wish I understood Command blocks more!

  • @Totallynota_C4
    @Totallynota_C4 Před 2 měsíci

    This is good content. I'm surprised you don't have more subs.

  • @Nick15346
    @Nick15346 Před 2 měsíci

    Idk how to play minesweeper but cool project keep the good work up

  • @Tommy3
    @Tommy3 Před 2 měsíci

    This was pretty cool. +1sub

  • @granitium
    @granitium Před 2 měsíci +1

    maybe you should use spreadplayers to make random patterns. use this on some dummy platform and copy positions from it to the board
    maybe it will be simpler

    • @CommandBlockCentral
      @CommandBlockCentral  Před měsícem +1

      Thanks @granitium! I need to check out this spreadplayers command. I am all about learning new command block techniques :)

  • @yiaro222
    @yiaro222 Před měsícem

    i like this

  • @andrewjensen3742
    @andrewjensen3742 Před měsícem

    Awesome video!!

  • @hotdogmans
    @hotdogmans Před měsícem +1

    Couldn’t you have used the spreadplayers command for spreading 10 mines out randomly? I may be wrong but I think you can use it to spread armorstands out in a specific distance which I think is a square distance too not a circular radius.

    • @CommandBlockCentral
      @CommandBlockCentral  Před měsícem +1

      Hey @hotdogmans ! Thanks for the advice. I am not very familiar with the spreadplayers command so I will definitely look into that further!

  • @sebbog
    @sebbog Před 2 měsíci

    I obviously know what game you are talking about in the intro, it's in the title of the video ...

  • @skyartknight
    @skyartknight Před měsícem

    This looks so cool
    I actually made the google play version of minesweeper but i used a grid of markers and text display entities
    Your version is a whole lot more complex and has a lot of brute forcing
    My version: czcams.com/users/shorts9zj_Mlm15Lg?si=Bu-yx_jRoozNQpZE

    • @CommandBlockCentral
      @CommandBlockCentral  Před měsícem +1

      Thanks @skyartknight! That version you made is awesome, thanks for sharing!

  • @doraj9030
    @doraj9030 Před měsícem +1

    no.
    i wish u get rich

  • @granitium
    @granitium Před 2 měsíci

    i don't think you started good. maybe you had to make it more simpler way