I played a NSMB DS minigame to the final level

Sdílet
Vložit
  • čas přidán 11. 09. 2024

Komentáře • 422

  • @MettanAtem
    @MettanAtem Před 25 dny +703

    Super Mario 64 DS has a "harder" version of this minigame that uses the 6x6 puzzles from the start. Probably all the same ones though.
    In fact, most of NSMB's minigames were ported over from SM64DS.

    • @sithlordmikeyp
      @sithlordmikeyp Před 25 dny +12

      Can't remember, but did NSMB have any unique minigames? I only remember it having less than SM64DS

    • @MettanAtem
      @MettanAtem Před 25 dny +26

      NSMB does have some that SM64DS didn't, I think.

    • @bend7726
      @bend7726 Před 25 dny +8

      ​@MettanAtem your correct NSMBDS does have a couple games that mario 64 ds hasn't got

    • @banjoboi24
      @banjoboi24 Před 24 dny +7

      Yes, but some of the minigames in NSMB are exclusive to Multiplayer.

    • @DowntownWithBrown
      @DowntownWithBrown Před 24 dny +8

      1P has just 3 completely new ones: Balloon Racing, Danger, Bob-omb! Danger!, and Whack-a-Monty. Though Snowball Slalom has the penguins from DS' Giant.

  • @Meca-Mat
    @Meca-Mat Před 25 dny +325

    I can spare you some time and tell you that the Wario one only has 1 level. If you find all the Coins, you just get the highest score possible.

  • @Cojosho97
    @Cojosho97 Před 25 dny +416

    I did notice that most of the puzzles do repeat in some way. I had always thought that these were randomly generated.

    • @omegadarkness3826
      @omegadarkness3826 Před 25 dny +65

      They probably have a few patterns, and then just show them randomly. This way, people notice the repeat less. But I don't think Nintendo has never thought that someone would outplay their games so hardcore.😂

    • @fosterwilcenski9769
      @fosterwilcenski9769 Před 23 dny +16

      Me on my way to make the most inefficient but working code using if then statements

    • @realitant
      @realitant Před 14 dny +1

      My guess is that is picks n different tiles at random to generate the puzzle dynamically

    • @totally_not_a_bot
      @totally_not_a_bot Před 4 dny

      There are presumably a number of preset cases which are combined in a random-ish way. You'd just take the intersection of two or three at random. You could shrink the number you need to store by randomly rotating a smaller subset of cases. Use the resulting interesction as an index array which controls whether you invert a cell in the target pattern.

  • @13luken
    @13luken Před 16 dny +96

    Here's an idea to prevent screen flashing that people are complaining about - use the color of the white background as a green screen color with like no tolerance, so when that screen shows up it is transparent and shows a still frame of the game behind it. That way for fast forwarded sections nobody will even see that it's missing something but it won't flash!

    • @gem3763
      @gem3763 Před 15 dny +1

      Smart

    • @Nick-ci8ve
      @Nick-ci8ve Před 10 dny

      You are a hero, I was just about to complain lmao

  • @relt1554
    @relt1554 Před 24 dny +67

    I think in terms of making the algorithm as fast as possible, you could pre-calculate all of the solutions and then throw all of the solutions in a hash table with the key being the difference between the starting position and the goal.
    It sounds like a really big dataset, but it actually isn't. The most complicated problem is a 6x6 grid with 3 moves. 36 Choose 3 is actually only 7140 and all other subsets would be much smaller (if the online calculator I used isn't lying to me, combined it's only 11811 solutions).

    • @brandonbombplays9304
      @brandonbombplays9304 Před 22 dny +6

      That would definitely be faster, yes, but I don't think the effort would be worth the small time save. Nice comment though, great suggestion

    • @relt1554
      @relt1554 Před 22 dny +6

      @@brandonbombplays9304 Oh, I completely agree. It definitely wouldn't be worth the effort here. I mainly wanted to share the concept in case it may be applicable in the future.

    • @eonstar
      @eonstar Před 16 dny

      ​@@brandonbombplays9304you could optimize it by just storing all solutions you find so you don't have to recalculate. Sounds like the best of both worlds

    • @Ironpecker
      @Ironpecker Před 10 dny

      While this works, in the context of the videogame that has a set amount of levels, I think it loses a bit of the magic of being a solver for this problem.
      If it was up to me I'd probably try to optimize the algorithm by implementing a couple of heuristics, to order the possible moves, and seeing which ones make it faster.

    • @aurias42
      @aurias42 Před 8 dny

      Mmmmmmmmm...... I wonder if you could use dynamic programming.......

  • @alchemicColored
    @alchemicColored Před 26 dny +408

    lmao I think i got to level 600 something on this game as a kid, so hearing you wonder if level 99 was the last... that was funny.

    • @ianemerson2704
      @ianemerson2704 Před 25 dny +18

      Cap

    • @TheAechBomb
      @TheAechBomb Před 25 dny

      ​@@ianemerson2704I got to 2000 or so on the luigi poker one over the course of a few weeks, it's certainly not outside the realm of possibility

    • @keida8843
      @keida8843 Před 25 dny +86

      @@ianemerson2704After like level 15 the levels don't get any harder. I made it to level 100 and stopped putely because I got bored and it was a nice number to end on

    • @glox_
      @glox_ Před 24 dny +17

      ​@@ianemerson2704 man it wasn't that hard especially once you see the pattern

    • @jerecakes1
      @jerecakes1 Před 13 dny +2

      ​@@ianemerson2704skill issue
      - fellow yoshi

  • @thiscannotbeyourname
    @thiscannotbeyourname Před 21 dnem +38

    Thanks, man! I was stuck on level 543 for a while.

  • @PlantedWave5190
    @PlantedWave5190 Před 24 dny +128

    Fun fact: Many of the minigames included in NSMB are reused from SM64DS, either ported over entirely, or ported over with redrawn assets.

    • @XelchanTheBrave
      @XelchanTheBrave Před 21 dnem +16

      We forgive them, these minigames are great lol.

    • @Quaternality
      @Quaternality Před 15 dny +2

      Oh wow lmao I didnt even notice this wasnt SM64DS!
      This minigame in particular was one of my favorite busride pastimes for a good while there as a kid. Tough as nails once you get to 2/3 turns.

  • @Dav06_23
    @Dav06_23 Před 24 dny +114

    My god, it goes up to 9999? Jesus
    I remember when I was a kid I replayed the Wanted minigame, and I swear I got to the max, but seeing this, I probably didn't, and just got to 99 or something.
    Anyway, awesome vid! Loved the explanation on the code, and the logic!

    • @FiereTheCatBoy
      @FiereTheCatBoy Před 24 dny +22

      I got to like 1200 on that minigame over the course of several days, after a certain point its just luigi every single round with the occasional other character every 20 rounds or so

    • @TheShadsta101
      @TheShadsta101 Před 20 dny +5

      I got to level 500 something in one sitting... Then I had to go somewhere, and my mom would always get on my case about charging my DS when I wasn't home, so I had to quit. I did, however, get the max amount of time within 10-20 rounds, so there's that as compensation. I still haven't let that go, and I'm going to be 30 in a few days. I got this game when it was brand new. The poker mini game was my absolute favorite, though.

    • @Dav06_23
      @Dav06_23 Před 20 dny

      @@TheShadsta101 500? Nice! You probably got a way higher score than I did (I'm still not sure how far I got)
      Luigi poker is the best though, no hiding that lol

    • @TheShadsta101
      @TheShadsta101 Před 19 dny +1

      @@Dav06_23 Yeah, I played it for five hours straight. I could generally find the character in 2-3 seconds, so it wouldn't take me long to reach pretty high levels. Sad I never got to the end, though.
      Playing poker with Luigi showed me I had a gambling problem, though. Still enjoyed playing, nevertheless. I just don't play any online games of chance/betting games anymore.

    • @Dav06_23
      @Dav06_23 Před 19 dny

      @@TheShadsta101 I fricking knew that game had to have awakened people's gambling addiction lmao. Glad you've been leaving that behind tho. I've never been a gambler, but that stuff is absolutely terrible, I know that much

  • @TheAdvertisement
    @TheAdvertisement Před 22 dny +14

    I love how this is just grid puzzle solving, one of the first things you do in basic CS courses, with a big of image recognition for flavor, but it still makes such an entertaining video.

  • @kindagamer525
    @kindagamer525 Před 26 dny +719

    I feel like a flashing lights warning could be useful for some of the fastforward sections.
    Cool video by the way.
    Edit: It seems I have started a war in the replies. So allow me to defend my fort a bit:
    First of all, I do not suffer from photosensitive epilepsy, or any other kind of epilepsy, and I am not a doctor. I am merely looking out for people who do suffer from this disease.
    The main section of the video that concerns me is 8:33 onwards (It's a lot worse starting from 9:45). Here the footage is sped up to the point where the *white* star transition between levels only appears on screen for a single frame every few levels, this happens so quickly and frequently that it gives the effect of a rapidly flashing light. If you watch the video on a large screen, like a computer monitor, this flashing is extremely noticeable and very difficult to ignore.
    Again, I am not epileptic. I am only trying to look out for people who are.

    • @scrungo7610
      @scrungo7610 Před 25 dny +37

      Nah

    • @fluxie31_old
      @fluxie31_old Před 25 dny

      ​@@jesseluna98 stfu that's not how it works

    • @kindagamer525
      @kindagamer525 Před 25 dny +109

      @@jesseluna98 I'm not, just looking out for people who are.

    • @matthewsusilo8698
      @matthewsusilo8698 Před 25 dny +105

      ​@@jesseluna98Bait used to be believable

    • @waxy1885
      @waxy1885 Před 25 dny +5

      If your mother is a bitch, ask "You can, actually!" in the replies.

  • @ic3man
    @ic3man Před 25 dny +80

    Some boomer on some British news channel:
    “Go outside and get some air”

    • @GunaMask
      @GunaMask Před 21 dnem +24

      whats ironic is that the kid who beat tetris does go outside
      he cycles, apparently
      i hate how she chose to ridicule a *child* whom she knows nothing about

    • @renakunisaki
      @renakunisaki Před dnem +1

      Super Smash Bros Melee literally says "You've played 1,000,000 matches! Go outside!"

  • @JosephShemelewski
    @JosephShemelewski Před 25 dny +57

    I was not expecting that to go upto 9999

  • @thedazzlingshell101
    @thedazzlingshell101 Před 24 dny +25

    Well now, I must admit, I never expected that minigames like these go on forever as long as you don’t make any mistakes. It’s quite a Journey indeed to hit the Max & yet it still going.

  • @JamesGroom
    @JamesGroom Před 26 dny +106

    4:32 I know the image processing is by far the more computationally involved part of this, but c'mon, it's Lights Out and the "optimized algorithm" in question is goddamn XOR.

    • @Dimitri_gdr
      @Dimitri_gdr Před 25 dny

      Idk what you mean can you explain ?

    • @fgvcosmic6752
      @fgvcosmic6752 Před 25 dny +17

      ​@@Dimitri_gdr
      XOR is a simple piece of binary logic. Lets say you have 2 inputs, which can be either 0 or 1, and you want one output
      XOR says "if the two inputs are different, ie 01 or 10, output 1. Otherwise, output 0"
      This is also exactly how the game works: if you activate a light twice, it will turn back off. But if its only activated once, it stays on.

    • @Asticky_
      @Asticky_ Před 24 dny +1

      Is it? AFAICT finding minimal solutions (which is effectively forced here by the turn limit) to arbitrary Lights Out problems is NP-Complete.

    • @caltheuntitled8021
      @caltheuntitled8021 Před 24 dny +2

      ⁠@@Asticky_You might be able to make it more time efficient by adding the solution to the original image (essentially making the target image always be all 0s or all 1s) and then store any results you get. That way, if it encounters the same situation later on, it remembers how to solve it instead of doing the work again.

    • @Dimitri_gdr
      @Dimitri_gdr Před 24 dny +1

      He used a bruteforce method to solve 2 and 3 turns, and tbh I don’t see a good way to improve this method

  • @WoobinTheScrub
    @WoobinTheScrub Před 17 dny +6

    was expecting the star count to cap out at 999, seeing it go well over 1k is pretty neat on its own

  • @megamaz108
    @megamaz108 Před 22 dny +11

    I'm so glad you used the original DS Audio. That is a blast to the past. Great video!!

  • @txqea9817
    @txqea9817 Před 26 dny +23

    interesting!
    same high score cap as all of the casino minigames

  • @evgenivasileuski559
    @evgenivasileuski559 Před 21 dnem +16

    Bro created the "candy crush mom" 💀

  • @acupncture833
    @acupncture833 Před 25 dny +9

    I remember getting to like level 455 of Wanted on Mario 64 DS and the only reason I couldn’t keep going was because it was late at night and we had just moved into a new house and I couldn’t leave my DS charging overnight because someone needed to charge something else

  • @Alexander-oh8ry
    @Alexander-oh8ry Před 25 dny +317

    Instead of speeding up slowly, use much faster timelapses and skip gameplay. Nobody needs to see uncut flickering mushrooms and feathers for severalbminutes in a row, we believe that your code works

    • @Dimitri_gdr
      @Dimitri_gdr Před 25 dny +8

      I agree

    • @somenameidk5278
      @somenameidk5278 Před 20 dny +22

      i disagree, i think its fun to watch

    • @waxy1885
      @waxy1885 Před 20 dny +5

      Oh my God there are two stupid comments like that for this video, please for God's sake, don't you have anything important to say than this ?

    • @Alexander-oh8ry
      @Alexander-oh8ry Před 19 dny +45

      @@waxy1885 wow, a little kid that never experienced criticism in his life. I made my comment so that the maker improves on his videos, but you? You are just flaming around

    • @waxy1885
      @waxy1885 Před 19 dny

      @@Alexander-oh8ry I can Say exactly the same of you, poor little kid who doesn't comprehend a critic. Only constructive criticism is useful, I'm sorry but yours is pointless.

  • @shopnil4
    @shopnil4 Před dnem +1

    Luigi in his casino minigamed legitimately helped me know how to play card games lol

  • @LonkinPork
    @LonkinPork Před 18 dny +4

    Taking a guess that the puzzles are randomly generated, forever, from a finite number of Solutions.
    You might notice during the sped up parts that the left side, the Top screen, only has a few patterns that it recycles. My guess is that every level randomly chooses one of these patterns, then randomly chooses a number of moves to apply to that pattern, then randomly chooses which tiles to apply those moves to, in order. And then the "puzzle" is in deriving that sequence in reverse.

    • @kentlab3850
      @kentlab3850 Před 18 hodinami

      Even the boards on the bottom do not seem trully random, we see the same starting patterns again and again. There seem to be a finite amount of puzzles they have done and they have manually done them, probably to avoid 3 moves puzzles actually needing only 1 or because of time/hardware limitation

  • @roopot
    @roopot Před 25 dny +6

    This game taught me how to play poker

  • @gamingwithpinkster640
    @gamingwithpinkster640 Před 21 dnem +3

    Please do this with all of the NSMB DS minigames. I'll watch every single one!

  • @theminiyosshi2901
    @theminiyosshi2901 Před 25 dny +4

    Finally, a 100% walkthrough I can follow

  • @Yoshi76257
    @Yoshi76257 Před 22 dny +6

    Y’all are making me feel fucking dumb as hell, I think my highest level is 16 cause I can’t do no 3 turn shit that’s WAY too hard for me

  • @goldie3238
    @goldie3238 Před 13 dny +1

    There's an easy way to convert the NSMB minigame to the game lights out except instead of a cross it does a 3 by 3. You could basically compare if the values of each cell from the top and bottom are the same ore different using an xor or xnor and basically you can have a 1 be the lights on or correct and 0 is the light is off or incorrect and then you just need an algorithm to solve lights out except it's a 3 by 3 and not a cross and for varying sized grids

  • @lillii9119
    @lillii9119 Před 21 dnem +6

    I wonder if there's a mathematical formula that would allow you to solve for any pattern easily

    • @want-diversecontent3887
      @want-diversecontent3887 Před 20 dny +4

      I know there's a method for a variation of this game where instead of the whole 3x3 square around a tile is flipped, it's a plus shape. I think that can also be applied here?

    • @kylecow1930
      @kylecow1930 Před 14 dny +1

      theres using a little linear algebra over the finite field F_2 since flipping​ is just adding mod 2. ive writteb up a solution to a similar puzzle found in dragon age II ( k y l e c o w d o t m e s l a s h D r a g o n A g e )

  • @ghost_ship_supreme
    @ghost_ship_supreme Před 25 dny +3

    I used to play the minigames so much! I had forgotten about them until now!

  • @KratosAurionPlays
    @KratosAurionPlays Před 20 dny +2

    I can't believe it just keeps going forever and ever.

  • @44Hd22
    @44Hd22 Před 11 dny +1

    4:38 or it could compare which ones are different because that’s what humans use to find out which ones to press.

  • @cocanecaulk
    @cocanecaulk Před 25 dny +2

    Next I really want to see this exact same thing on some more minigames. I feel like the one where Wario chooses bricks for coins could be a good one to tackle

  • @kainingyao7873
    @kainingyao7873 Před 8 dny +1

    🎶 This is the game that never ends, it just goes on and on, my friend. Some people started playing it not knowing what it was, and they'll start playing it forever just because. 🎶

  • @wagnerramosmidichannelabso514

    (9:04) - Who’s here from one of the many Michael Rosen YTPs from 2009-present?

  • @mcmlava254
    @mcmlava254 Před 25 dny +9

    I wonder what would happen if you lost at that score i remember wanted crashing if you lost in the thousands mabey it will do the same

    • @TristanAppol
      @TristanAppol Před 24 dny +1

      I got to thousand in this game, then failed so it ll save my score and it just crashed😭

  • @hanna_maria
    @hanna_maria Před 26 dny +33

    Als ich klein war hab ich das legit nie verstanden und deshalb nicht gespielt. 💀 (Can appreciate this video though🙏🏻)

    • @eksmad
      @eksmad Před 18 dny +1

      Ich hab das Blumenblätter-pflücken-Spiel nie verstanden dafür .. weil reines Glücksspiel und völlig sinnfrei xD

    • @flowerdolphin5648
      @flowerdolphin5648 Před 17 dny +1

      Same xD ich hab meine ganze Zeit in Wanted verbracht, das war so das einzige worin ich gut war xD und Luigi's Casino Spiele, nicht weil ich da gut war, aber sie waren lustig.

    • @hanna_maria
      @hanna_maria Před 17 dny

      @@flowerdolphin5648 JA! Wanted war auch mein Fav 👀

  • @blackbloodnope6647
    @blackbloodnope6647 Před 25 dny +17

    you expanding ur code every time something changes instead of immediately programming a general solution hurts my soul

    • @snoopyrobot5993
      @snoopyrobot5993 Před 24 dny +10

      i think that method of problem solving is often the better choice. i suffer from code paralysis because i always want to find the general solution, when really much more understanding of the problem could be made through trial and error

    • @leightonpetty4817
      @leightonpetty4817 Před 22 dny +5

      If the game had more than 1-3 moves, maybe I could see the value in it, but with a game this simple I think it’s fine to tack on some If-Thens lol

    • @hansa9159
      @hansa9159 Před 5 dny

      @@snoopyrobot5993you’re wrong. General case is obviously better…

  • @Ironpecker
    @Ironpecker Před 10 dny

    4:15 I think a simple to implement heuristics, to choose the order with which to turn the panels, could probably be to start with the moves that change the least amount of already correct panels; this way we can void making useless moves.
    Another option could be to maxime the number of tiles that are wrong, which helps in puzzles where changing just 4 tiles is too little.
    I reckon you probably iterate through possible moves by going through each element of the grid/matrix, to implement the "changing the least amount of corrects" heuristics you'd just go though each element of the grid, assigning it a value for how many already correct tiles it'd flip and then you just sort them in ascending order and you're done.
    Ofc this only makes sense if you're either on a slightly bigger board or if you have to plan for 3+ moves, at least I think

  • @IouriLoup
    @IouriLoup Před 2 dny

    I would have appreciated a compilation of the hardest levels with their solutions

  • @sponk13
    @sponk13 Před 3 dny

    I remember grinding to level 1000 during 8th grade (my Covid year). It was so brain numbing, and definitely not worth it. That being said, I won’t let a mere computer defeat me

  • @Mahdi12
    @Mahdi12 Před 21 dnem +1

    This is pretty good, since I’m coding and this was my childhood game.

  • @papyrusplayz21
    @papyrusplayz21 Před 19 dny +1

    Please make a bot that can play Solitaire in the next video, and save it as a file the put it in the description below, so we can all play Solitaire with the bot running

  • @crisiskode
    @crisiskode Před 12 dny

    saving this in case i ever get stuck on a puzzle

  • @nowonmetube
    @nowonmetube Před 8 dny

    All this trouble only for the disappointment that the last level repeats going on and on 😆

  • @themanbehindthemask5675
    @themanbehindthemask5675 Před 16 dny +1

    I made a verry high score in the hide and seek one. Than it wants me to find luigi in bunches of marios and yoshis. Its not that i am a bad looser, but im sure the game tricked me to stop my stride, bc there was no luigi anywhere, and i lost.

  • @Arcryoshi
    @Arcryoshi Před 15 dny

    I played the game Wanted for such a long time once and just couldn’t die, I had soo much time and for some reason it kept growing because I just found everyone so quick. I died on purpose after way too long

  • @dxjxc91
    @dxjxc91 Před 4 dny

    I used to play this game on car rides, only losing on purpose when I wanted to change the game. I can't remember what my highest score was, but couldn't have been higher than 200 (simply out of boredom).

  • @Vextrove
    @Vextrove Před 24 dny +1

    There is an algorithm for solving these puzzles

  • @TouchedBigfoot8
    @TouchedBigfoot8 Před 14 dny

    My record as a kid was like level 1 for the longest time. I had no idea how to beat a level. Eventually I learned and my high score was level 5

  • @Graffiti-dawg
    @Graffiti-dawg Před 22 dny +3

    Plot twist: There was never any code doing this to begin with… he just memorized the patterns and did the puzzles himself 🤯😱

  • @MesaBiome
    @MesaBiome Před 15 dny

    A good optimisation on 2 and 3 click level would would have to compute one (or two click) from the start position and one click from the last position.
    On a worst run, your setup has to calculate 25^3 ~= 15000 positions
    With thid method and worst setup: 25^2 + 25 ~= 650 positions.
    This is not very memory intensive but it's still an improvement...

  • @MizunoKetsuban
    @MizunoKetsuban Před 24 dny +1

    I think all the game is really doing is just taking one of the finished solutions, and randomly generating moves that you're then supposed to undo. So it can just go on forever from there.

  • @MeincraftManu
    @MeincraftManu Před 14 dny

    I once played the wanted game until like level 1412, when I decided, I finally wanted to play something else :D

  • @rzumaderbestederbesten

    I didn't even know, there are last levels in the minigames

  • @SuperKale2000
    @SuperKale2000 Před 17 dny

    I clicked this video expecting someone to be really good at this minigame
    No he just programms a algorithm to play it for him😂

  • @ignikatv1589
    @ignikatv1589 Před 6 dny

    You have to do the Luigi games at some point. The ones that are pure gambaling not, but theres one, that can be beaten by skill alone

  • @SuperWiiBros08
    @SuperWiiBros08 Před 16 dny

    Wtf this is an endless minigame 💀

  • @Error-40417
    @Error-40417 Před 2 dny

    Wait a second…these mini games are from SM64 DS!

  • @akaashgamerprogamer
    @akaashgamerprogamer Před 24 dny +2

    Dein english Akzent very good

  • @epicstar86
    @epicstar86 Před 22 dny +2

    peakness

  • @x1alt_f41x
    @x1alt_f41x Před 14 dny

    one night i was so ridiculously bored that i actually stayed up and played wanted up to exactly 1000 rounds

  • @13luken
    @13luken Před 16 dny +1

    Very cool video but god I hated this game as a kid. Ig that's why you're a coder and I'm not 😂 my brain can't work with suit like this. I loved the drawing trampolines one! Subbed

  • @YopAlonso
    @YopAlonso Před 16 dny +3

    Alternative title: “Using image recognition to play an NSMB DS Minigame to completion”.
    I’m not upset at the idea of creating an algorithm to solve these, but saying it was *you* playing it feels disingenuous and dishonest.

  • @hai1touch
    @hai1touch Před 14 dny

    I think the algorithm would be much easier to reason about if you first XOR'd the solution and the board state, so that the tiles you need to flip are 1s and the ones you don't are 0s, regardless of the end state.
    Then you can add a heuristic of which moves are the most promising: the width and height of the bounding box of 1 cells. If the entirely wrong place is tapped, it would make the wrong cells be in more places. Of course, it's not a guarantee that the correct solution won't involve using the edge to flip a thin area, but for most cases, it should rule out lots of obviously wrong solutions.

  • @Ambidextroid
    @Ambidextroid Před 14 dny

    I got the maximum level on the wanted mini game when I was a kid

  • @xSuperFryx
    @xSuperFryx Před 17 dny

    NOT the last level. Let’s get to the integer limit!

  • @devini15yt
    @devini15yt Před 15 dny

    Would it be more efficient for 3 turns to generate all the possible 1st moves, and all the possible last moves, then find which of the 2nd board states is only one move away from a possible 3rd?

  • @sylverize
    @sylverize Před 14 dny +2

    I still can’t get to like 20 😭

  • @austino545
    @austino545 Před 16 dny

    I played that puzzle game for 2 hours straight (same run, no mistakes) and then stopped because it never got harder

  • @RalphDDCdahvie
    @RalphDDCdahvie Před 20 dny

    came to this video because I never understood how the game worked as a kid, with all my friends we would play these minigames but always avoided this one, glad I know now 😁

  • @renakunisaki
    @renakunisaki Před dnem

    Instead of recording the game, for the sped-up parts, you could have it just take a screenshot of each Cleared screen. And each turn if you wanted to include that, but at higher speeds I think that's still too much flashing.

  • @Sqidzies
    @Sqidzies Před 25 dny +6

    This minigame is so underrated

  • @Rafix
    @Rafix Před 10 dny

    nice vid

  • @JustAPersonWhoComments

    New Super Mario Bros and Super Mario 64 DS has the best minigame and it was fun

  • @totyo6873
    @totyo6873 Před 10 dny

    But on the wanted minigames the highscore we got with my sister was 324. So I think the limit might be 999

  • @aethrys
    @aethrys Před 22 dny

    I dont knoe about you but this minigame scared me as a child

  • @MyBroSux24
    @MyBroSux24 Před 15 dny

    Recently saw a video by "physics for the birds" about Zelda switch puzzles, or lights out puzzles as this one, cryptography and how to solve these mathematically with linear algebra, you brute forced your way through the three steps to "decode" that, but what if it was 4 or 6 steps? Maybe check that video out :3

  • @moogthedog2816
    @moogthedog2816 Před 16 dny +1

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

  • @Bradorks
    @Bradorks Před 12 dny

    Is every puzzle randomly generated or randomly selected from pre-made puzzles?

  • @DryPaperHammerBro
    @DryPaperHammerBro Před 14 dny

    Erm, actually, it's a Cape FEATHER

  • @tanyeltuerkoglu
    @tanyeltuerkoglu Před 22 dny

    I don't really understand how you did this. How did you adjust your code? What did you just do in your final touch. And how did you implement your code to your game? Is it possible to do such coding on other minigames?

  • @pastelminty1714
    @pastelminty1714 Před 23 dny +6

    Pleaaase give out a flashing warning when it speeds up! It gave me a horrible migraine from the transitions! Great video though! :D

  • @dugtrioramen
    @dugtrioramen Před 13 dny

    I played the one on sm64ds and the difficulty kept looping after like 25 levels. So I stopped at 64 just for a nice number.
    Later on I unlocked the harder version so it was a waste of time

  • @olivergro7105
    @olivergro7105 Před 11 dny

    I wonder how many repeating patterns there are

  • @LunaLuminary
    @LunaLuminary Před 24 dny

    I'm so bad at this minigame. I've never been able to figure it out.

  • @mrhalfsaid1389
    @mrhalfsaid1389 Před 15 dny

    There are only so many actual grids used in the game

  • @tyukogames
    @tyukogames Před 17 dny

    12:02
    The text that appears is:
    Target fps set to 1.2500
    Target fps set to 1.500
    (Same thing over and over again and it ends at 4.000)

    • @wagnerramosmidichannelabso514
      @wagnerramosmidichannelabso514 Před 15 dny

      Target FPS up to 1.2500
      Target FPS up to 1.5000
      Target FPS up to 1.7500
      Target FPS up to 2.0000
      Target FPS up to 4.0000

  • @youraverageyoutubeuser6608

    holy shit I love puzzle panel

  • @christopherwinkler3658
    @christopherwinkler3658 Před 22 hodinami

    Funfact i got in this Minigame to lv 120 but i stoped here because ... it just got even more boring ... doing this again and again 😅

  • @zackarhino17
    @zackarhino17 Před 20 dny +1

    Anybody know the music used in this video?

  • @totyo6873
    @totyo6873 Před 10 dny

    I went to 15 and then was stuck at the 3 turns.

  • @GamerTX
    @GamerTX Před 24 dny

    What music plays most of the time in the video while speeding up?

    • @dyslexsticks3381
      @dyslexsticks3381 Před 22 dny

      Some of this is multiplayer music for the minigames which you'd hear while gathering players.
      The others are the usual menu tunes.

  • @liamwhite3522
    @liamwhite3522 Před 25 dny +1

    What is that music used in the first timelapse?

    • @ethonicyt
      @ethonicyt Před 25 dny

      first is the nsmb minigame menu theme, second is the minigame select theme

    • @olofmasteryt3052
      @olofmasteryt3052 Před 24 dny

      lethal lava land (SMB64)

  • @Marenthyu
    @Marenthyu Před 14 dny

    Final Fantasy Tactics Advance is a good game.

  • @Viviko
    @Viviko Před 23 dny

    Love it.

  • @KellbellOG
    @KellbellOG Před 19 dny

    what about mario pipe minigame?

  • @skippy3463
    @skippy3463 Před 13 dny

    anyone know the music around 7 min

  • @tanyeltuerkoglu
    @tanyeltuerkoglu Před 22 dny

    No. I still don't get the first minigame.

  • @tanuki_raccoonYT
    @tanuki_raccoonYT Před 19 dny

    IT WILL NOT END