【Baba Is You】 2048 but on Baba Is You

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024
  • new version, with level code: • 【Baba Is You】 2048 rem...
    ---
    "try to make 2048 in baba is you!" -- • [Baba Is You] Sudoku b...
    the roadblocks i encountered were:
    - making sure each block only merge once
    - preventing a turn from proceeding when a move doesn't alter the board (hence, an invalid move)
    - properly checking if the board is full and therefore, a game over
    filling up the board destroys the level in here, for visual effect. i'd transform the level to some dummy object to force a quit.

ความคิดเห็น • 237

  • @TheCynicalOne
    @TheCynicalOne 4 ปีที่แล้ว +1259

    Given a large enough level I am entirely convinced that Baba is You could run Doom. It's officially a language at this point... plus it'll be fun to add 'fluent in Baba' to a portfolio

    • @paradoxica424
      @paradoxica424 4 ปีที่แล้ว +181

      at first we had fluent in powdertoy, then we had fluent in redstone, and now we have fluent in baba
      the power of three is complete

    • @NuclearRaven13
      @NuclearRaven13 4 ปีที่แล้ว +59

      @@paradoxica424
      But now, to go beyond, to the peak of coding language, brainfuck™.
      If you don't know that it is, then just search this : ( +[-[-.---.>..>..>.

    • @thechristmascretin7034
      @thechristmascretin7034 4 ปีที่แล้ว +35

      "fluent in baba". If baba could talk, what noises would it make? I always imagined vinesauce vinny's weird binyot noises would be pretty accurate

    • @Pakkens_Backyard
      @Pakkens_Backyard 3 ปีที่แล้ว +68

      BabaScript

    • @gruntlos
      @gruntlos 3 ปีที่แล้ว +31

      gun makes boom
      boom is kill
      demon with boom is defeat
      doom guy is you
      doomguy hold gun

  • @funtainment777
    @funtainment777 4 ปีที่แล้ว +469

    here's the new programming language, baba is you.

    • @goon5665
      @goon5665 3 ปีที่แล้ว +18

      Schools start using this game to explain programming

    • @ultrio325
      @ultrio325 3 ปีที่แล้ว +20

      Baba is Turing Complete,
      therefore
      Baba is language

    • @pat9353
      @pat9353 3 ปีที่แล้ว +5

      @@goon5665 honestly, not a bad idea...

    • @goon5665
      @goon5665 3 ปีที่แล้ว +1

      @@pat9353 i think it is already happening

    • @lordsteiny6782
      @lordsteiny6782 3 ปีที่แล้ว +5

      Baba is programming

  • @darksentinel082
    @darksentinel082 4 ปีที่แล้ว +1389

    I don't... understand how on earth you could pull this off. BIY is truly a programming language at this point. Keep it up, man, keep it up.

    • @DairunCates
      @DairunCates 4 ปีที่แล้ว +125

      I mean... Technically rocks in the desert can be a programming language as long as you can get some kind of action or motion to attach to them. That's the thing with programming. It is all about the logic and correctly applying it, not the specific wording or mechanisms, because ultimately, it is ALL on and off gates.

    • @tiggerbiggo
      @tiggerbiggo 4 ปีที่แล้ว +26

      @@DairunCates XKCD 505, for those who want a powerfully existential mini comic related to this :P

    • @DairunCates
      @DairunCates 4 ปีที่แล้ว +8

      @@tiggerbiggo Yep. That was the reference. Still true though.

    • @fetterkeks2796
      @fetterkeks2796 4 ปีที่แล้ว +2

      @@tiggerbiggo Thanks!!! I love xkcd!

    • @kirbycreep
      @kirbycreep 4 ปีที่แล้ว +8

      I want a "if ___ then ___" in BIY
      for example, if baba facing right then keke is left.
      Edit: fixed

  • @matthewgladback8905
    @matthewgladback8905 4 ปีที่แล้ว +260

    This is very program-like. You have an IS being pushed around, acting like an instruction pointer. Admittedly, as a method of "adding numbers in binary to achieve 2048" this is basically on the level of bogosort.

    • @mozarteanchaos
      @mozarteanchaos 3 ปีที่แล้ว +5

      shitty programming languages best programming languages

  • @nathancarver7179
    @nathancarver7179 4 ปีที่แล้ว +178

    [Baba Is You] [is] [Code] [and] [not] [game]

  • @n0ame1u1
    @n0ame1u1 4 ปีที่แล้ว +98

    Okay, so from what I understand the merging works like this:
    Each tile can "eat" itself. Furthermore, each tile has an orb, and a tile on an orb becomes the next higher tile. So when two tiles merge, one "eats" the other, which leaves behind its orb; the one left behind is now on an orb, so it becomes the next higher tile.
    I'm still lost on everything else though

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว +46

      correct! the dust basically work as a safeguard to prevent tiles from "eating" more than once in a "turn", while the hedge is to detect whether the move is valid or not -- i.e. if all the tiles didn't move, there would be no hedge left behind, since all of them got melted when GROUP IS HOT is activated -- this in turn activates LEVEL NOT ON HEDGE IS HOT, which turns the brick into grass, diverting the movement of the IS text to another branch.

  • @wariolandgoldpiramid
    @wariolandgoldpiramid 4 ปีที่แล้ว +325

    I can barely even PLAY the base game, let along trying to program anything in it.
    This is madness...

    • @ethanhawksley9097
      @ethanhawksley9097 4 ปีที่แล้ว +28

      No, this is Baba

    • @reset502
      @reset502 4 ปีที่แล้ว +17

      [ Baba is You ] is [ Madness ]

    • @raggebatman
      @raggebatman 4 ปีที่แล้ว +23

      @@reset502 [Baba] is [You] and [Madness]

  • @zedneon
    @zedneon 3 ปีที่แล้ว +93

    I like the part where if you lose, the level self-destructs.

    • @Bit125_
      @Bit125_ 3 หลายเดือนก่อน +1

      in baba, that's the only real way to make a lose condition

    • @Dinoman972
      @Dinoman972 หลายเดือนก่อน

      ​@@Bit125_ What about just deleting the player character? Or is there something about this specific "code" that would prevent that?

  • @raskr8137
    @raskr8137 4 ปีที่แล้ว +400

    *Lonely Tile Is Tele*
    Oh okay what does that d--
    *Everything disintegrates*

    • @herrsten1255
      @herrsten1255 4 ปีที่แล้ว +110

      It's actually the following command, "Ghost Near Rose is Statue" that nukes the level. If a statue is on the level the level becomes Weak and explodes.

    • @eaven6740
      @eaven6740 4 ปีที่แล้ว +33

      @@herrsten1255 Ahhh I see it now, it happens instantly so you can't see the connection made but it happens

    • @vindi167
      @vindi167 3 ปีที่แล้ว +8

      by the way how to destroy everything (including the map) do ALL is DONE

    • @FFmax33
      @FFmax33 3 ปีที่แล้ว +6

      @@vindi167 At least in the editor only version DONE isn't included due to spoilers or something, LEVEL IS WEAK works fine

  • @fms_cat1245
    @fms_cat1245 4 ปีที่แล้ว +119

    WHAT

  • @user-un8hy5dd3j
    @user-un8hy5dd3j 4 ปีที่แล้ว +554

    Wait, what? How it...
    So... When will you rebuild Baba is you on Baba is you?

    • @kanghihihi
      @kanghihihi 4 ปีที่แล้ว +11

      uhhh when it came out

    • @Over0w0MeAmTheHotel
      @Over0w0MeAmTheHotel 4 ปีที่แล้ว +10

      @kang sunwoo what

    • @umarwa1222
      @umarwa1222 3 ปีที่แล้ว +1

      @@JTheMelon wait what

    • @tmcksomeone
      @tmcksomeone 3 ปีที่แล้ว +5

      I can rebuild one level of Baba Is You on Baba Is You
      Does that count?

    • @peripheralzx11
      @peripheralzx11 3 ปีที่แล้ว

      @@kanghihihi ???

  • @kittykat5090
    @kittykat5090 4 ปีที่แล้ว +70

    The stage itself looks like an absolute mess, but it seems fun to play!

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว +41

      i could hide all the rules that make it work, but where's the fun in that? ;p

  • @vanderkarl3927
    @vanderkarl3927 4 ปีที่แล้ว +59

    Oh, how I wish we could play these levels! I can't wait until the level editor is out!

    • @Epsi_Cron
      @Epsi_Cron 4 ปีที่แล้ว

      Vander Karl It is but you need to do some insane coding

    • @okok-ol6vu
      @okok-ol6vu 4 ปีที่แล้ว +4

      @@Epsi_Cron it doesnt require insane coding.

    • @theultimatedragonx
      @theultimatedragonx 4 ปีที่แล้ว +9

      @@Epsi_Cron Insane coding as in... dragging and dropping files?

    • @defaultmate
      @defaultmate 4 ปีที่แล้ว +10

      @@theultimatedragonx
      What do you mean? Dragging and dropping files is at least University level coding!

    • @theultimatedragonx
      @theultimatedragonx 4 ปีที่แล้ว

      @@defaultmate Oh yeah, my mistake

  • @want-diversecontent3887
    @want-diversecontent3887 4 ปีที่แล้ว +12

    [Beginning]
    First off, you are the tiles underneath the numbers. There is an “IS” moving around, which is the backbone of how this works.
    There are 5 components: Moving, Merging, Spawning, Winning, and Losing.
    [Moving]
    For one single move, the “IS” makes “TILE IS NOT SLEEP”. You can turn yourself to a different direction. Then, the “IS” makes “TILE IS SHIFT” 4 times. Simple as that.
    [Merging]
    “EAT” is an unused word. Think “HOT” and “MELT”. When a number dies, it produces an orb (“X EAT X HAS ORB”). The orb upgrades the number (“X ON ORB IS 2X”). Also, the orb dies after usage.
    [Spawning]
    lorem ipsum dolor sit amet

    • @michaelvey42
      @michaelvey42 3 ปีที่แล้ว +4

      I know that you posted this several months ago, but
      Spawning:
      The "keke is chill" part, from what I can tell, randomizes weather you spawn a 2 or 4, since chill makes an object move randomly in the 4 directions. If keke moves up twice from chill, it will spawn a 4, and if it moves in any other way a 2 is spawned. This is because when "belt is shift" is activated by the is, "tile near ghost make __" is pushed over to the right. Depending on how keke moved, either 2 or 4 will be at the end of that rule, creating either a 2 or 4 on the tile by the ghost. Finally, "lonely tile is tele" makes the created 2 or 4 teleport to a random tile on the board.

  • @Bratjuuc
    @Bratjuuc 4 ปีที่แล้ว +34

    What's up next in Baba is You? Turing machine? Calculator? Minecraft?

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว +26

      well Turing machine already exists (in my channel). not sure how viable calculator is, though you can definitely do addition via binary

    • @Nuclearburrit0
      @Nuclearburrit0 4 ปีที่แล้ว +23

      @@silverhawke So by process of elimination Minecraft is next

    • @sodiboo
      @sodiboo 4 ปีที่แล้ว +1

      Yeah, turing machine here: th-cam.com/video/hsXpLx4soQY/w-d-xo.html

    • @silverdededestruction2197
      @silverdededestruction2197 4 ปีที่แล้ว +2

      _Doom_

    • @kschwal
      @kschwal 5 หลายเดือนก่อน

      @@silverdededestruction2197 BABA is 3D moment

  • @fluorinegas6944
    @fluorinegas6944 4 ปีที่แล้ว +7

    would be interesting to have a segment explaining how the contraptions work. Going through each bit step by step

  • @valoch3187
    @valoch3187 4 ปีที่แล้ว +5

    Pretty impressive, but in fact you actually managed to make a linear execution program, which puts it a little bit lower on insanity. Quick question: how is it determined will 2 or 4 will be added?
    Also, are arrows used for controls?

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว +4

      arrows are used for control yeah. and most things are reduced to linear execution program, because the behavior of simultaneous movements sometimes isn't what you want.
      whether you get 2 or 4 depends on KEKE IS CHILL. CHILL is a random movement, so you only get 4 if both KEKE IS CHILL rule cause Keke to move up... a 6.25% chance, close enough to the original 10% chance to have a 4.

    • @kevinlel
      @kevinlel 4 ปีที่แล้ว

      would it be possible to get closer to 10% or even get exactly 10% using the randomness of TELE?

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว +2

      @@kevinlel yeah, you can get exactly 10% with TELE

    • @valoch3187
      @valoch3187 4 ปีที่แล้ว +1

      @@silverhawke But wouldn't reset and overall setup be far more complex in this case?

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว

      @@valoch3187 of course, which is why i just used CHILL to roughly get a randomization

  • @747streams
    @747streams 3 ปีที่แล้ว +4

    This proves that baba is indeed Turing complete as it is able to run a game as complex as 2048 and has calculator possibility

  • @XericIsNotMyName
    @XericIsNotMyName 3 ปีที่แล้ว +2

    this is one year ago which doesn't support Level Editor yet, this is awesome

  • @hankgaming3600
    @hankgaming3600 4 ปีที่แล้ว +8

    wtf you're absolutely genius!!

  • @ambersummer22
    @ambersummer22 4 ปีที่แล้ว +18

    an intellectual: all is done

  • @anonymoususer9837
    @anonymoususer9837 4 ปีที่แล้ว +3

    On the path with "grass is brick", this would be a nice but long failsafe for an edge condition I saw you undo:
    (I think you might be able to fit it in with a larger level, which may or may not be possible)
    Group is up (or down)
    2 facing 2 has 2 and moon and is weak
    4 facing 4 has 4 and moon and is weak
    ...etc up to 1024
    Group is left (or right)
    2 facing 2 has 2 and moon and is weak
    4 facing 4 has 4 and moon and is weak
    ...etc up to 1024
    Level on moon eat rose
    [along with rose is empty] Moon is empty

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว +1

      yeah, i haven't quite figured out a nice way to check if a valid move exists or not. if it's possible to squeeze in i might implement it

  • @jojogentry3505
    @jojogentry3505 4 ปีที่แล้ว +5

    I just got out of class I didn't need to read another essay

  • @Zack_Zander
    @Zack_Zander 4 ปีที่แล้ว

    “F*ck is You. F*ck is Brain.”
    Vinny (Vinesause) 2019

  • @DaneDaDivine
    @DaneDaDivine 3 ปีที่แล้ว +2

    How did you make the number blocks?

  • @powerofthec5908
    @powerofthec5908 4 ปีที่แล้ว

    What a pleasant soundscape.

  • @stevenleroy2741
    @stevenleroy2741 4 ปีที่แล้ว +1

    introducing a new programming lanquage: baba is you

  • @ItsMe-fd4pe
    @ItsMe-fd4pe 4 ปีที่แล้ว +6

    Baba is You : simple understandable levels
    Custom levels : ‽‽¿
    thats cool though

    • @richardgibson8403
      @richardgibson8403 4 ปีที่แล้ว +1

      It'sMe4350
      Nope, it’s more like:
      Baba is You : ???
      Custom Levels : ?❓❔❓❔? 🍄ℹ️💲🆙&🏧🅾️N🎦🔝level

    • @splattim3180
      @splattim3180 4 ปีที่แล้ว

      EXCLAMATION QUESTION MARK

    • @ItsMe-fd4pe
      @ItsMe-fd4pe 4 ปีที่แล้ว

      @@richardgibson8403 thats more accurate

    • @ItsMe-fd4pe
      @ItsMe-fd4pe 4 ปีที่แล้ว

      @@richardgibson8403 that game is literally a coding software

  • @therandomsomeone.
    @therandomsomeone. 3 ปีที่แล้ว

    baba is you should be considered as a programming language

  • @Slferon
    @Slferon 2 ปีที่แล้ว

    this is straight up impressive

  • @ant51006
    @ant51006 4 ปีที่แล้ว +2

    0:00 wow such a tiny and simple game in a game
    0:41 what the?

  • @want-diversecontent3887
    @want-diversecontent3887 4 ปีที่แล้ว

    Baba is you is officially a programming language

  • @Illuminator99
    @Illuminator99 ปีที่แล้ว

    bro. you need a oscar

  • @Wynsll
    @Wynsll 2 ปีที่แล้ว

    This video makes the game look like Assembly lol

  • @NStripleseven
    @NStripleseven 3 ปีที่แล้ว +1

    How does Baba even have so many number tiles?

  • @Infinite_Archive
    @Infinite_Archive 4 ปีที่แล้ว +1

    You know, I was at LEAST expecting [BABA] [IS] [YOU] to be the only consistent rule in these things, but no! What the hell does [TILE] [IS] [YOU] even mean!?

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว

      it means you control the tiles!

    • @Infinite_Archive
      @Infinite_Archive 4 ปีที่แล้ว

      ​@@silverhawke Oh... Yeah, I guess that would make sense.

  • @minimg6725
    @minimg6725 4 ปีที่แล้ว +1

    This is genius!

  • @LucidMlem
    @LucidMlem 3 ปีที่แล้ว +1

    Okay. If you make a calculator that would be amazing.

  • @vipp4047
    @vipp4047 4 ปีที่แล้ว +1

    May i ask what the modifier group is? I dont remember seeing it and in this context im not sure what its doing

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว +2

      it groups up several objects into one "object" which then you can apply properties to in one go -- X IS GROUP, Y IS GROUP, GROUP IS YOU is just shorthand for X AND Y IS YOU

  • @not_h2234
    @not_h2234 4 ปีที่แล้ว +7

    But the real question is, can you play doom on it?

    • @williamsmith6921
      @williamsmith6921 4 ปีที่แล้ว +1

      Someone will do it. Doom is ported onto any technical device possible

  • @vanderengland5775
    @vanderengland5775 4 ปีที่แล้ว +1

    Was this with any mods/new tiles, or was it all just done with remapping?

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว +1

      no modification to game files. there are custom sprites, but they're just for ease of playing -- the game does support custom objects, and it works just as well with normal objects.

    • @vanderengland5775
      @vanderengland5775 4 ปีที่แล้ว

      Silverhawke cool

  • @axelvergarapitripan8933
    @axelvergarapitripan8933 4 ปีที่แล้ว

    me: can't even complete level 10
    dis guy: i'am gonna end this man whole career

  • @SG2048-meta
    @SG2048-meta ปีที่แล้ว

    Hey, not sure if you are still responding to comments but if you are, could you explain how the dust works? I’m trying to make my own version of this and I can’t get the dust to work, (when I merge a 2 tile for example it becomes a 4 tile but then an 8 tile.)

    • @silverhawke
      @silverhawke  ปีที่แล้ว

      i'm not sure if order of operations have changed recently or what, but in here dust serves to prevent say, 2 2 4 from merging into 8 in one move, by preventing the newly created 4 from moving or being destroyed.

  • @waltercardcollector
    @waltercardcollector 3 ปีที่แล้ว +1

    The one thing I'm still totally lost on is how do you choose which direction to push the numbers?

    • @silverhawke
      @silverhawke  3 ปีที่แล้ว +3

      it's not really visible, but inputting a movement when it's ready causes the tiles to turn without moving (due to Still + You). this direction is the direction the number tiles are being shifted to.

    • @waltercardcollector
      @waltercardcollector 3 ปีที่แล้ว

      @@silverhawke Oh wow!

  • @jacklynisasi9114
    @jacklynisasi9114 4 ปีที่แล้ว +16

    What does the “eat” function do?

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว +21

      think SHUT/OPEN except the "eating" object doesn't get destroyed

    • @ilu-icey
      @ilu-icey 4 ปีที่แล้ว +5

      It would be better to think of HOT/MELT, in a way.

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว +10

      ​@@ilu-icey i'd say yes but X EAT Y lets X walk onto Y's tile even if Y IS STOP.

    • @stepheneefting7989
      @stepheneefting7989 4 ปีที่แล้ว +3

      @@silverhawke hmm so its to stop 4 going onto 2 but 2 can go on 2 ?

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว +2

      @@stepheneefting7989 correct!

  • @Opanker_
    @Opanker_ 3 ปีที่แล้ว

    Whats Next? Super Mario Bros in Baba is you?

  • @A9YearsOldNOTYouTuber
    @A9YearsOldNOTYouTuber 4 ปีที่แล้ว

    Now when do we make chess in Baba is You?

  • @JackeySneaky
    @JackeySneaky 4 ปีที่แล้ว

    baba is you is programming language

  • @Y337n3ss
    @Y337n3ss 4 ปีที่แล้ว +3

    how does turning a ghost into a statue destroy everything?

    • @Numbdionysus734
      @Numbdionysus734 4 ปีที่แล้ว +11

      There's a command that says ( level on statue is weak ) that in terms of the game means everything in here is weak and thus explodes

    • @KubickQ
      @KubickQ 4 ปีที่แล้ว

      I had a dream about reading this

    • @KubickQ
      @KubickQ 4 ปีที่แล้ว

      Bedford reading thins

  • @Hlebuw3k
    @Hlebuw3k 4 ปีที่แล้ว +1

    I will never understand people that say "This is confusing", did they not learn quantum mechanics and stuff? Its surprisingly simple!

  • @BasilLikesScripting
    @BasilLikesScripting ปีที่แล้ว

    0:55 I THOUGHT MY PC CRASHED I WAS SCROLLING THROUGH COMMENTS

  • @mozarteanchaos
    @mozarteanchaos 3 ปีที่แล้ว

    someday someone's gonna make doom in baba

  • @andrej8875
    @andrej8875 3 ปีที่แล้ว

    can you please upload the level i wanna play it

  • @smidge-J
    @smidge-J 4 ปีที่แล้ว

    So I've not played this, only seen the trailer on steam. Can this game be used for programming, cause if so I might get it

    • @coyraig8332
      @coyraig8332 3 ปีที่แล้ว +1

      Not yet. The official level editor is still in beta, but the base game is still insane

  • @kudner
    @kudner 3 ปีที่แล้ว

    Baba is Game Engine

  • @daisydaswani689
    @daisydaswani689 4 ปีที่แล้ว

    1:00 this is what a microwave sounds like

  • @snakebird9048
    @snakebird9048 3 ปีที่แล้ว +1

    Baba is 2048

  • @Toprak135
    @Toprak135 3 ปีที่แล้ว

    What the hell is goin on down there!?

  • @XRADU97
    @XRADU97 4 ปีที่แล้ว

    In the original 2048 u could also randomly get spawned 4, not only 2

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว +1

      yes it's not always 2, it can spawn 4 as well

    • @XRADU97
      @XRADU97 4 ปีที่แล้ว

      @@silverhawke yes i found a comment where you talked about 6.25% chance using CHILL
      Are u planning to reach 10% somehow?

  • @omniscientomnipresent5500
    @omniscientomnipresent5500 4 ปีที่แล้ว

    Good job

  • @s...4901
    @s...4901 3 ปีที่แล้ว

    I'm waiting for someone to make Baba is You in Baba is You

    • @coyraig8332
      @coyraig8332 3 ปีที่แล้ว

      It will take a much bigger area

  • @darkener3210
    @darkener3210 4 ปีที่แล้ว +1

    i find it funny how just random games can be classified as a programming language
    did anyone else know that that its possible to code using magic the gathering cards?

  • @Blastkin
    @Blastkin 4 ปีที่แล้ว

    2048 but you wanna turn your volume off

  • @TriploonGD
    @TriploonGD 4 ปีที่แล้ว

    I can sum this up in 2 sentences
    ALL IS ALL
    ALL IS TELE

  • @filipklominek3527
    @filipklominek3527 4 ปีที่แล้ว

    I said it, it's a programming languague.

  • @wingedcatgirl
    @wingedcatgirl 4 ปีที่แล้ว

    How does "Level on 2048 is Win" not activate from the 2048s in the rules?

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว +2

      it's a different object -- the one in the rules are texts that refer to the actual 2048 objects. they just use the same sprite.

  • @Oretal
    @Oretal 4 ปีที่แล้ว

    Amazing

  • @serbianspaceforce6873
    @serbianspaceforce6873 4 ปีที่แล้ว

    2048 is you

  • @SamSeo1999
    @SamSeo1999 4 ปีที่แล้ว

    0:48 Hell Yeah

  • @zapdragon5942
    @zapdragon5942 4 ปีที่แล้ว

    1:34
    RIP World

  • @thomasgamer4000
    @thomasgamer4000 4 ปีที่แล้ว +1

    What does Keke is chill do

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว +3

      CHILL is random movement (don't ask me why it's called that)

    • @thomasgamer4000
      @thomasgamer4000 4 ปีที่แล้ว

      Silverhawke okay

    • @thomasgamer4000
      @thomasgamer4000 4 ปีที่แล้ว

      But doesn’t that break the rule of predictablity?

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว

      @@thomasgamer4000 technically, having more than two tele objects already introduce randomness to the level. and 2048 does need both 2/4 tiles randomly chosen and randomly placed

  • @milkymilsy
    @milkymilsy 4 ปีที่แล้ว

    Okay, now extend it.

  • @alizaherman8425
    @alizaherman8425 4 ปีที่แล้ว

    how did u get the editor?

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว

      currently you need to edit some code/place a file in the game directory for it

  • @shontaewinston8443
    @shontaewinston8443 4 ปีที่แล้ว

    More like
    *Baba is 2048*

  • @charliepickford1754
    @charliepickford1754 4 ปีที่แล้ว +1

    Works great but the sound makes me want to die

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว +1

      it's unfortunate! but i heard the dev is interested in adding a switch to disable rule activation sound/particle for levels that are basically contraptions, so look forward to that :p

  • @KaneOtonashi
    @KaneOtonashi 3 ปีที่แล้ว

    The baba is you version of Warowls third rule "if there is a map editor there is Dust 2"

  • @sirhandelrocks757
    @sirhandelrocks757 4 ปีที่แล้ว

    How to make this?

  • @9600bauds
    @9600bauds 4 ปีที่แล้ว

    nice

  • @ninjatintin9074
    @ninjatintin9074 3 ปีที่แล้ว

    what does the "eat" text do

    • @silverhawke
      @silverhawke  3 ปีที่แล้ว

      X Eat Y = X destroys Y when they overlap, or when X moves towards Y -- it overrides stop.

  • @umarwa1222
    @umarwa1222 3 ปีที่แล้ว

    What is this

  • @s.j7423
    @s.j7423 3 ปีที่แล้ว

    holy shit no way

  • @teteeheeted
    @teteeheeted 3 ปีที่แล้ว

    What about 4’s spawning?

    • @silverhawke
      @silverhawke  3 ปีที่แล้ว

      keke is chill x 2 gives a small chance that 4s can spawn

    • @teteeheeted
      @teteeheeted 3 ปีที่แล้ว

      @@silverhawke if you do an improved version, the chance of a 4 spawning is simply put: 1/4 chance every move

    • @silverhawke
      @silverhawke  3 ปีที่แล้ว

      @@teteeheeted if you take out one keke is chill line and adjust the level a little bit, you can have 1/4 chance. i looked at the original game's source code and it seems that the chance of a 4 spawning is 1/10, so it's a little hard to emulate.

  • @lilmarionscorner
    @lilmarionscorner 2 ปีที่แล้ว

    0:43

  • @bap3227
    @bap3227 4 ปีที่แล้ว

    wow

  • @memerboi69.0
    @memerboi69.0 4 ปีที่แล้ว

    BA IS 20
    BA 48

  • @주은택-o4v
    @주은택-o4v 4 ปีที่แล้ว +1

    Ok so who is you?

  • @darkkrow1
    @darkkrow1 4 ปีที่แล้ว

    I would like to play this, the map that is

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว

      i haven't released it yet, i'm not sure if i will put it in a world.

  • @user-wp8kj9mb1l
    @user-wp8kj9mb1l 4 ปีที่แล้ว +1

    baba script
    wait its not java script

  • @natalie6811
    @natalie6811 4 ปีที่แล้ว

    Hey so uh
    This video crashed TH-cam

  • @otesunki
    @otesunki 3 ปีที่แล้ว

    What the actual hell

  • @graystripe187
    @graystripe187 2 ปีที่แล้ว

    What is the level code?

    • @silverhawke
      @silverhawke  2 ปีที่แล้ว

      this was made before level sharing is a thing

  • @mox.
    @mox. 3 ปีที่แล้ว

    now make doom

  • @user-yx4ly2he4v
    @user-yx4ly2he4v 4 ปีที่แล้ว

    *rules*

  • @alittar8062
    @alittar8062 4 ปีที่แล้ว

    What does "CHILL" do? It's not even on the wiki.

    • @silverhawke
      @silverhawke  4 ปีที่แล้ว

      it's an unused property, it makes objects move a random direction every turn.

  • @nou-yk7tb
    @nou-yk7tb 4 ปีที่แล้ว

    wtf

  • @goldlemur8
    @goldlemur8 2 ปีที่แล้ว

    How did you get the custom numbers?

    • @silverhawke
      @silverhawke  2 ปีที่แล้ว

      i made those myself

    • @goldlemur8
      @goldlemur8 2 ปีที่แล้ว

      @@silverhawke is it a mod or something? Can you do a tutorial on how to make custom objects?

    • @silverhawke
      @silverhawke  2 ปีที่แล้ว

      @@goldlemur8 its not that complex really, you just need to insert your sprites in the world's sprites folder. this can't be done with the current custom level system, but if you're making custom worlds you can do it.

    • @goldlemur8
      @goldlemur8 2 ปีที่แล้ว

      @@silverhawke oh ok thanks