I Made Minesweeper with just Redstone!

  Рет қаралды 264,644

mattbatwings

mattbatwings

Күн бұрын

Пікірлер: 655
@mattbatwings
@mattbatwings Жыл бұрын
Hi guys, thanks for watching! A couple FAQs: “50/50s were allowed in the original game. Doesn’t that mean 8s are necessary?” Yes, if you’re talking about the classic version of minesweeper. At the time, I genuinely didn’t know the original game allowed 50/50s. My entire career of playing minesweeper consisted of playing the google version a few times, of which I never ran into a 50/50, so I wrongly assumed the random generation will just avoid it. This is also why I gave up on random generation. Probably should've played a few more games / done more research lol “Can’t you cheese the win detection logic by flagging every cell?” Nope! The logic is based on the open signal and the mine signal, not the flag signal. The “Face” column is a bit misleading, whoops!
@WhaouTvOfficiel
@WhaouTvOfficiel Жыл бұрын
You are the Goat 🦇🟩
@deleted-something
@deleted-something Жыл бұрын
Is the designed to make you not lose if the one first open would’ve otherwise been a mine?
@ibrahimali3192
@ibrahimali3192 Жыл бұрын
@@deleted-something the generation comes from an actual minesweeper website, which removes the possibilities of the first cell being a mine
@Jiglias
@Jiglias Жыл бұрын
I wonder if you could you a similar function as zero spreading to also allow for chording
@FlameNinja-e8e
@FlameNinja-e8e Жыл бұрын
Btw you basically made an xor gate for the closed sell thing 7:15
@ghost40z
@ghost40z Жыл бұрын
For anyone wondering, the logic gate animations he used are from Sebastian Lague's Digital Logic Sim, it's a great watch. I definitely recommend. edit: correcting grammar
@purpleskrim6935
@purpleskrim6935 Жыл бұрын
NOOO you stole my comment
@chainerfries4417
@chainerfries4417 Жыл бұрын
I was so confused when he started using them and thought I was getting them switched
@Winter_Sand
@Winter_Sand Жыл бұрын
I was about to say! Sebastian lague ftw
@Kaenguruu
@Kaenguruu Жыл бұрын
Yeah would've been nice to see some credit to him in the video
@chainerfries4417
@chainerfries4417 Жыл бұрын
@@Kaenguruu did you know you repeated the same comment 11 times?
@malokeytheallaround
@malokeytheallaround Жыл бұрын
No way!! I’ve been obsessed with Minesweeper recently and got my mom hooked on it too! Did you read my mind or something???? I can’t wait to see this!!
@KonigTheV
@KonigTheV Жыл бұрын
Same😅
Жыл бұрын
people always "read my mind"
@demzel1
@demzel1 Жыл бұрын
how?
@subscheme
@subscheme Жыл бұрын
SAME
@subscheme
@subscheme Жыл бұрын
not obsessed but have been enjoying it
@MaZe741
@MaZe741 Жыл бұрын
I knew you were gonna do some 3-dimensional redstone to fit the circuits in the cells, but MAN this staircase signal strength arrangement is sweet. congrats
@AnOkArtist
@AnOkArtist Жыл бұрын
I used to be so confused about how the first computers were made because don't you need a computer to code a computer but your videos really helped me understand how that was possible. Your videos are so interesting and entertaining, thanks for making them.
@1mariomaniac
@1mariomaniac Жыл бұрын
The first computers were actually incredibly big! Usually taking up most of a room in fact! They'd compute complex mathematical operations, and even basic simulations. They were programmed and given inputs via punch cards, which would then be processed, and depending on the operation, would either install whatever simple program you punched out, or would display an output via lamps, printer, or electric typewriter. The IBM 350 RAMAC is a great example of such a system. Capable of storing 62,500 punched cards worth of data (roughly 3.75Mb) which was incredibly impressive in 1956!
@Vampire-Catgirl
@Vampire-Catgirl 11 ай бұрын
^ So big that literal bugs could easily make their way inside and then mess up the system, which is where the programming term "bugs" comes from in the first place
@mrsquid_
@mrsquid_ 6 ай бұрын
@@1mariomaniac it would be really funny to have a giant cabinet computer that is that big because the entire code is just if-statements for every input
@Tzelofachad
@Tzelofachad 6 ай бұрын
@@Vampire-Catgirl wrong, it comes from Thomas Edison, but a similar cause!
@Vampire-Catgirl
@Vampire-Catgirl 6 ай бұрын
@@Tzelofachad Oh, interesting
@icehead0123
@icehead0123 Жыл бұрын
Prediction: the logic will be simple, the vertical number display will not, unless the display is horizontal in which case easy build.
@pavelmatusu4457
@pavelmatusu4457 Жыл бұрын
Yeah pretty much, the majority of the build space is taken by the display, the actual game is quite small and simple
@Prypak
@Prypak Жыл бұрын
the vertical number display will not what ?
@pavelmatusu4457
@pavelmatusu4457 Жыл бұрын
@@Prypak read it again bro. He means The logic WILL be simple, the number display WILL NOT (be simple)
@Jiglias
@Jiglias Жыл бұрын
@@pavelmatusu4457 you should be using square brackets not parentheses
@pavelmatusu4457
@pavelmatusu4457 Жыл бұрын
@@Jiglias You're right , i just didn't care enough to find them on my android keyboard.
@jamiebell2777
@jamiebell2777 Жыл бұрын
I was expecting the board to blow up when you found a mine in the showcase hahaha. Awesome stuff! This was a really fun video to follow along, and some super neat tricks I wouldn't have thought of :)
@nicolasbilal8769
@nicolasbilal8769 Жыл бұрын
Amazing. Saw your post on Reddit and thought, “this looks like something Matt would do” then I checked the user and sure enough! I was kinda hoping hitting the mine would blow the whole game up in the showcase, we gotta raise the stakes 😂. It would also be nice to see a mine counter, as well as a question mark marker for the cells you’re not too sure about, but that last one isn’t too important. Additionally I would be very interested in a series that serves as an in depth guide to each of these machines starting from more basic games and gradually becoming more difficult. I think I’d learn a lot more that way! Love the content! You never let me down. Can’t wait to see what you come up with next!
@bw1llis
@bw1llis 6 ай бұрын
second the explosion! put some tnt under each of the mines!
@Alumyx
@Alumyx Жыл бұрын
I coded one on my TI-82 calculator almost 20 years ago, i'm amazed to see a Redstone version of this game ! The zero spreading is really elegant, well done !
@LordPiki
@LordPiki Жыл бұрын
This man is literally making the craziest contraptions ever built in mc, and somehow he just keeps on giving. Man you're a legened
@TheGunMasterDigital
@TheGunMasterDigital Жыл бұрын
Nice video! This is such a fun project too, I remember building my own in the past. It's perfect for not being too difficult, yet still being fun and satisfying to play, even if it's quite slow due to redstone's speed limitations.
@CraftyMasterman
@CraftyMasterman Жыл бұрын
Finally bro...took ya long enough
@WhoIsJoeRoblox
@WhoIsJoeRoblox Жыл бұрын
yea, it will prob be better than urs (joke i suck at redstone)
@XAORESS
@XAORESS Жыл бұрын
It's always a pleasure every time you explain how the game works and the components associated with it.
@canovanthecanman
@canovanthecanman Жыл бұрын
I joined back in the 12k days. Fascinating to see how far you’ve come
@benjaminphipps8325
@benjaminphipps8325 Жыл бұрын
You’re the most impressive redstoner by far. Both because of the absurdity of your builds and the simplicity you explain things with
@floschy_1
@floschy_1 Жыл бұрын
I love that you used the logic simulator by Sebastian Lague in the win/lose section (13:03)
@ashley_actuallly
@ashley_actuallly 11 ай бұрын
Same Sebastian is how I learned digital logic, funny enough I watched the tru state logic video years before I watched the full series
@beereplays4776
@beereplays4776 Жыл бұрын
This Guy is the Chuck Norris of Redstone
@SprinchelArt
@SprinchelArt Жыл бұрын
You forgot the most crucial part!!! You should've made a map where the lose condition activates tnt that's spread all over the circuit That's like... The most fun thing to watch in minesweeper
@vistaman1
@vistaman1 Жыл бұрын
you should have kept 8, its a really small chance but sometimes you could get an 8 on the first cell you click
@zutaca2825
@zutaca2825 Жыл бұрын
but if you do that, you have to guess what cell outside of the 3x3 surrounding it doesn't have a mine, and he wanted to avoid boards where you need to make a 50/50 guess
@Waluigiredstone
@Waluigiredstone Жыл бұрын
also he should make a flag counter or some from of flag spam detector. you can just win by flag all the blocks
@Lcfp
@Lcfp Жыл бұрын
@@Waluigiredstone you're absolutely right. Furthermore you don't have to flag all the mines in order to win, they just need to remain closed, so the correct win condition is not "all the cells are either open and not mines, or flagged", but "all non-mine cells are open"
@mattbatwings
@mattbatwings Жыл бұрын
@@Waluigiredstone check the pinned FAQ!
@rahevar3626
@rahevar3626 Жыл бұрын
No you can't get an 8 on the first click. Infact you can't get any number on first click. In the game first click always results in a zero. Otherwise you would need to guess for the next cell
@SlymrMC
@SlymrMC 6 ай бұрын
I know I'm a bit late, but now 1.21 has released, you could use the crafter to store 'mines' (TNT maybe) and generate mines like that (have the 'mine' reps flow in through hoppers)
@BleachWizz
@BleachWizz Жыл бұрын
12:50 - IKR! In the end it's like you do your stuff and tell others if you've done it so they can see if they have to do as well. it's the event pattern, very efficient and one thing to use a lot in game dev.
@Kallyn
@Kallyn Жыл бұрын
I had to code Minesweeper as a final project in my programming class. Detecting adjacent mines really was as simple as a for loop. As I was watching I was thinking about how it would be possible to do each step in redstone, and each time you revealed a step my mind was blown and I audibly said "that's so cool" or "that's so smart." I kinda wanna try it out myself now even if I know I won't be able to do it
@SmollRuby
@SmollRuby Ай бұрын
Well then try doing it yourself. Your first and second try maybe best but with practice you can be the best.
@Edwosk347
@Edwosk347 Жыл бұрын
I'm amazed about how well it came out! Also thank so much for putting the music you used in the description.
@zgolkar
@zgolkar Жыл бұрын
It is rare to see such a great and detailed explanation with this kind of builds… thanks!
@kingcookie4714
@kingcookie4714 Жыл бұрын
The way you explained this made it look easy. Another great video!
@kylemcmichael8670
@kylemcmichael8670 Жыл бұрын
I've gotta say, the problem solving and creativity on this one has been very impressive. Keep up the great work dude.
@Soup-Boot
@Soup-Boot Жыл бұрын
Really impressive and intuitive stuff, man! Keep up the great work! :D
@peanutatomic
@peanutatomic Жыл бұрын
I swear next this guy is gonna make a supercomputer in minecraft
@Aviation_RC737
@Aviation_RC737 Жыл бұрын
No he’s going to make google and a working WiFi router and then he’s going to add a supper computer so he can make his PC but better in Minecraft
@johnray854
@johnray854 Жыл бұрын
​@NuclearCentipede yeah what this guy said
@ZephyrysBaum
@ZephyrysBaum Жыл бұрын
A supper computer sounds delicious!
@peanutatomic
@peanutatomic Жыл бұрын
@@Aviation_RC737 fr
@sootish
@sootish Жыл бұрын
woah i was just thinking of trying to make something like this! this is insane, holy shit. kudos to you!
@Robin270
@Robin270 Жыл бұрын
This is perfect, I appreciate your work, keep doing more of these!
@Santra007
@Santra007 Жыл бұрын
bro you are so good hats off
@DDvargas123
@DDvargas123 Жыл бұрын
14:42 this logic seems to imply that you could win via flagging everything which is what i assume actually happens unless u have it ALSO lose if u try to flag a nonmine
@tmanq
@tmanq Жыл бұрын
I was honestly expecting a randomized board, and I thought you were going to do something similar to Sethbling's roulette table, just with multiple of them. Still very impressive, loved the video, always a good day when you upload!
@superassociationofdurrburg8419
@superassociationofdurrburg8419 Жыл бұрын
10:53 "after just 15 hours of work" More power to ya!
@sonfrieza
@sonfrieza Жыл бұрын
I don't know what I'm more impressed by: the fact that you were able to code all this in redstone, or that you even knew how to beat minesweeper in the first place
@flameofthephoenix8395
@flameofthephoenix8395 Жыл бұрын
8:57 Aha! I was spot on, I figured you were just subtracting one for each of the nearby mines then subtracting that result from eight to get the number of mines! Of course, if I continue watching only to find out that that's not actually what you did...
@kyleclarke4845
@kyleclarke4845 Жыл бұрын
This is incredible. I made minesweeper in Javascript afew years ago and it took me like 2 months... no way I would have the dedication to make it in redstone
@sleepynuigurumiamalgamation
@sleepynuigurumiamalgamation Жыл бұрын
Glad you went with guess-less minesweeper. Congrats on cool video 💜
@setaindustries
@setaindustries Жыл бұрын
Lol I recognise that logic gate visualiser at 13:53. It's the one made by Sebastian Lague, right? It's so cool, I love that it exists!
@Ujjwal_Nagar
@Ujjwal_Nagar Жыл бұрын
Me too
@ashley_actuallly
@ashley_actuallly 11 ай бұрын
Yeah I love Sebastian it’s how I learned digital logic
@DaniilRodionov-j5z
@DaniilRodionov-j5z Жыл бұрын
The fact this guy can code anything and then translate it to redstone is insane
@0scar.delayed
@0scar.delayed Жыл бұрын
This is possible one of the best illustrated videos Matt has made Awesome vid matt
@xmaster5563
@xmaster5563 Жыл бұрын
Bro, that is insane. No words. You are literrary crazy.
@AH-64EApacheGuardianHelicopter
@AH-64EApacheGuardianHelicopter Жыл бұрын
I think i'm a bit *too* early...
@Aviation_RC737
@Aviation_RC737 Жыл бұрын
I am way too early (7 hours early)
@thecossackfromukraine
@thecossackfromukraine Жыл бұрын
Yeah same
@gendo1123
@gendo1123 Жыл бұрын
It's starting
@VGCCCCC
@VGCCCCC Жыл бұрын
Same
@Ierzi
@Ierzi Жыл бұрын
Not me
@Minecraftster148790
@Minecraftster148790 Жыл бұрын
Nice! I remember Sethbling's minesweeper, it's interesting how far things have come.
@palmossi
@palmossi 7 ай бұрын
0:25 TYSM FOR TEACHING ME!!!!!
@devindodge521
@devindodge521 Жыл бұрын
Love the content. You explain things very thoroughly and I enjoy watching you every time you upload!
@studumb4942
@studumb4942 Жыл бұрын
Absolutely amzing work
@kraralmosawi7843
@kraralmosawi7843 Жыл бұрын
this was amazing i hope you make something revolutional to the Redstone community one day
@Huntracony
@Huntracony Жыл бұрын
You went a lot further than I would've thought already, but my favorite convenience feature is missing: in most versions, clicking an unlocked tile will unlock all the neighbors that aren't flagged. I bring it up because I actually think it's pretty easy to implement, at least logic wise: send the same signal that zero-spreading does to its neighbors, block that signal when it's flagged. The hardest part would probably be finding space for that wiring.
@09Creeperboy
@09Creeperboy Жыл бұрын
You never cease to amaze. Great work!
@anthonycannet1305
@anthonycannet1305 Жыл бұрын
Don’t think we didn’t notice you used Sebastian Lague’s Digital Logic Sim for those truth table graphics I’d recognize those colored boxes and red wires anywhere
@ashley_actuallly
@ashley_actuallly 11 ай бұрын
Same, he is where I learned digital logic
@TheGamingTurret
@TheGamingTurret Жыл бұрын
You should share this video with Xumavoid on Hermitcraft, he's been cracking away at trying to build a more elaborate version of minesweeper (The mine sweeper game despenses TNT when you click a mine).
@exploderendekippenproducti3370
@exploderendekippenproducti3370 Жыл бұрын
Such a fun video again ❤
@johnschaefer4905
@johnschaefer4905 Жыл бұрын
This is really cool. Theoretically, you could add a difficulty level where you just multiple the size of the table, and use the old cells as new individual redstone lamps.
@bork6996
@bork6996 Жыл бұрын
matt i dare you to use the "more red" mod, aswell as one of the many redstone circuit/gate mods and make something that would usually be massive with vanilla redstone
@pansy4ramen
@pansy4ramen Жыл бұрын
this is amazing. I would like to play this as minesweeper is amazing!
@element1192
@element1192 Жыл бұрын
Why not add a random mine generator? Normal minesweeper has 50/50 guesses all the time, you don't have to account for that
@TheGooodGMD
@TheGooodGMD 8 ай бұрын
I tried adding it once to a minesweeper game I made and it was a hassle to say the least
@asia_g1
@asia_g1 Жыл бұрын
Im just getting inn to coding and this is awesome! Always love your videos🎉
@SWRDMaster
@SWRDMaster Жыл бұрын
50/50's occur in most minesweeper games; unless you look for a version to filter those out. With vanilla the statistical best you can do is win around 30% of games; I'm steady at just above 21% with a min time of 120s for expert (over 10,700 games). I'd want to use a counter to set the number of mines, an x & a y randomizer to select the positions, and a return signal to try again if the attempted mine placement already had a mine. Remaining unflagged mines count is also a critical number to determine if certain areas are safe, especially on larger boards. A timer wouldn't be too hard to add either. Glad to see the vid but also having a strong dejavu moment; almost like this was a re-upload but I know it's not.
@Redcraft7578
@Redcraft7578 Жыл бұрын
Cool that you used Sebastian Lague's logic sim!
@ashley_actuallly
@ashley_actuallly 11 ай бұрын
I love digital logic sim I followed the series as I made it in the program last year
@tminusboom2140
@tminusboom2140 Жыл бұрын
If you use a hopper based T-Flip flop, you can guarentee a full reset by disabling the universal block and briefly inputting a specific side block. This forces the item to always be in a given position.
@Kaldrin
@Kaldrin Жыл бұрын
This is so satisfying, well done
@MrFirebirdy
@MrFirebirdy Жыл бұрын
Another brilliant work Matt! Have you tried making Dots and boxes? It doesn't have as much logic as this, but it's another project you could add to your to-do.
@manojkathiriya8763
@manojkathiriya8763 11 ай бұрын
One time I was playing Minesweeper in normal difficulty. When I just clicked a random cell all the safe cells opened due to zero spreading and I instantly won!!!
@AdamHolland-Adz
@AdamHolland-Adz Жыл бұрын
You are my new favourite Minecraft redstoner. I feel like you've picked up the torch from the likes of Sethbling and FVDisco. Magnificent job, I am looking forward to your next milestone project!
@clipPRmusic
@clipPRmusic Жыл бұрын
This I agree with.
@LyricNear
@LyricNear Жыл бұрын
it's insane to me how people are able to adapt to a new universe with new laws of physics (ie redstone wires having a strength meter built-in to them vs real life wiring would take such complicated systems to implement the same thing that it wouldn't be worth it) and come up with such creative solutions to take advantage of them! This is on the same level as early pinball machines to me... just an amazing feat of electromechanic engineering and code done within a different universe.
@Ajamtroye
@Ajamtroye Жыл бұрын
You make it look so easy lol. Great job !
@roman5932
@roman5932 Жыл бұрын
Recently my friend made an MS game in 1C (Russian accountants' programm language) and this was really hard to build. Respect for your work!
@danielrhouck
@danielrhouck Жыл бұрын
A couple comments: 1. Most minesweeper implementations don’t go out of their way to avoid making you guess, which would make game generation easier but means an 8 is necessary. Similarly even if you do avoid that, you usually know the mine count even if there isn’t an up-to-date counter of that minus the number of flags, so again, 8 is useful. 2. If you’re willing to make the game one-time only, or you’re willing to use command blocks for reset, you could make the lose state much more thematic in a way most minesweeper implementations cannot.
@Ytsf123
@Ytsf123 Жыл бұрын
Thats all i wanted somone to do
@squaxo
@squaxo 10 ай бұрын
Ur first
@anon_y_mousse
@anon_y_mousse Жыл бұрын
Imagine living in a cube shaped universe and encountering a giant floating computer one day. Really brings to mind some trippy thoughts.
@Deramen4567
@Deramen4567 Жыл бұрын
Good video. The redstone is very complex, i’m happy to know the capabilities of redstone
@CubeXC
@CubeXC Жыл бұрын
Always crazy good videos!
@sethsmith2608
@sethsmith2608 Жыл бұрын
15:30 in real minesweeper there are cases there is no way to tell if a tile is a mine or a blank space.
@owenandersen7067
@owenandersen7067 9 ай бұрын
This guy needs a trophy for all his redstone builds
@wittymchitty
@wittymchitty Жыл бұрын
As awesome as this build is, far more impressive than I could ever do, I think rigging the game to explode when you lose would've been the cherry on top.
@ssecret_0
@ssecret_0 Жыл бұрын
This is cool I made something similar to this but not in minecraft. Keep up the good work I like this stuff
@NithinJune
@NithinJune Жыл бұрын
i love how you make computer science concepts approachable for people
@Inspirator_AG112
@Inspirator_AG112 Жыл бұрын
Massive respect to this KZbinr.
@alittar8062
@alittar8062 Жыл бұрын
There are absolutely situtations where an 8 is findable without guessing. Zero mine count comes to mind, or a fully accounted for mine count. Its also pretty easy to display mine count for something like this, it doesnt even need to constantly update.
@maracozzzz
@maracozzzz Жыл бұрын
Fun fact, wich goes hand in hand with board generation. In the official game the board actually isn't generated until the first click. This is because your first click will ALWAYS be a 0/empty space.
@STIMULAT10N
@STIMULAT10N Жыл бұрын
The fact that you didn't blow it up with TNTs in the end was highly unsatisfying (/j, this is impressive!)
@neyzzury
@neyzzury Жыл бұрын
Really nice, its amazing what just redstone can do with a bit of clever thinking. however i think i've seen a colored redstone lamps mod somewhere, maybe that could be used to do something cool
@Negreb25
@Negreb25 Жыл бұрын
THIS WAS AMAZING
@danielisenberg2360
@danielisenberg2360 Жыл бұрын
Honestly I would have just left the zero spreading up the the player lol. However, your implementation of it is beautiful. Also, I once made a very different kind of redstone minesweeper that was much simpler but unfortunately a one time use device if you lost. Each cell was just one block and had some generic block like stone on top. You could "click" a cell by breaking the block or "flag" it by placing a carpet over it. Under the top layer would either be an iron block for a 0, blue concrete for a one, green concrete for a 2, etc, etc, so it was all color coded. If you clicked/broke a block with a mine under it, there would instead be an observer with a tnt block underneath which would then detonate. Each game had to be manually constructed and it generally killed you and also destroyed the whole board if you lost.
@NorbYyY_GG
@NorbYyY_GG Жыл бұрын
let's gooooo new vid 🔥
@MrSplonger
@MrSplonger Жыл бұрын
The "open redstone engineers" Minecraft server, or ORE, has a LOT of projects like this. Something to check out if you're interested.
@qMaxXeo
@qMaxXeo 5 ай бұрын
This video was the reason why I know now how to play Minesweeper, thank you!
@bumbowo
@bumbowo Жыл бұрын
bro just pulled out the Sebastian Lague logic gate simulator noice man
@AngelOchoa-te2sd
@AngelOchoa-te2sd Жыл бұрын
Also noticed that
@diceptivegd5015
@diceptivegd5015 5 ай бұрын
I actually understood and knew how to make the win and lose thingy, I feel so smart
@world1583
@world1583 Жыл бұрын
i like that every huge redstone game building looks like real micro scheme
@Monkeymario.
@Monkeymario. 5 ай бұрын
12:56 kinda like @JeffreyVentrella's clusters! :D
@Stony1999
@Stony1999 Жыл бұрын
The showcase was Emotional 😭
@rapidjonte
@rapidjonte Жыл бұрын
YESS!! ANOTHER UPLOAD!!! :D
@Nzargnalphabet
@Nzargnalphabet Жыл бұрын
You should have added a third button hooked up to the zero spreading circuit so you could do a common trick to use the ‘all mines around are safe’ trick
@nazobanaguska
@nazobanaguska Жыл бұрын
Maybe you could also do the convenience trick where if you open an already open cell it can open all the neighbors that aren't flagged. this could be done in a similar fashion to the 0 propagation.
@admiraltulip773
@admiraltulip773 9 ай бұрын
For randomising the mines if you were building a 9x9 you can just use 2 droppers and an item sorter and get a signal strength from there and set them to the mine selection area and each item in the droppers will say like “6,3” to map along 6 and up 3 like cords in math
@TheSuitBoi
@TheSuitBoi Жыл бұрын
Funny how this one was one of the more simple ones despite looking like it should've been one of the most complicated ones
@prohakerofficial
@prohakerofficial Жыл бұрын
THE LEGEND IS BACK
@BaldiReycaster
@BaldiReycaster Жыл бұрын
This is a great idea.
I Made Snake Game with just redstone!
14:31
mattbatwings
Рет қаралды 392 М.
I Made 2048 with just Redstone!
23:01
mattbatwings
Рет қаралды 768 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
minesweeper variants that get more cursed
12:03
Icely Puzzles
Рет қаралды 604 М.
This 0-Tick Machine Sorts Falling Blocks
19:54
Michael2_3B
Рет қаралды 133 М.
I Made RGB Tetris with just Redstone!
20:36
mattbatwings
Рет қаралды 202 М.
How Mojang RUINED The Copper Bulb
12:59
CraftyMasterman
Рет қаралды 440 М.
This AI Minecraft 3D Printer, CAN BUILD ANYTHING
26:57
Kiddy Kene
Рет қаралды 434 М.
Making a Game About Weak Points
21:27
Emis
Рет қаралды 1 МЛН
Bedrock. Why?!
22:37
FundyLIVE
Рет қаралды 918 М.
I Made Pac-Man with just Redstone!
29:54
mattbatwings
Рет қаралды 573 М.
How to Learn Logical Redstone [Full Guide]
2:46:01
mattbatwings
Рет қаралды 210 М.
Why I'll Never Use Copper Bulbs
16:14
mattbatwings
Рет қаралды 349 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН