I Made Flappy Bird with just Redstone!

Поделиться
HTML-код
  • Опубликовано: 31 май 2024
  • Today I take you along with me as I make Flappy Bird with just redstone. I love sharing the engineering process with you guys, and hope you get something out of it!
    Patreon: / mattbatwings
    Discord: / discord
    My socials: linktr.ee/mattbatwings
    My texture pack: modrinth.com/resourcepack/mat...
    World Download: (JAVA 1.18.2) www.planetminecraft.com/proje...
    Scoreboard made by @MaizumaGames
    Vertical Redcoder made by @Sloimay
    -------------------------
    Want to get more involved in the logical redstone community?
    Learn Logical Redstone! • Logical Redstone Reloaded
    Open Redstone Engineers (ORE): openredstone.org/
    0:00 Introduction
    0:44 The Bird
    4:27 The Pipes
    9:36 User Input
    10:10 Collision Detection
    10:57 Control Logic
    12:59 Showcase
  • ИгрыИгры

Комментарии • 401

  • @mattbatwings
    @mattbatwings  2 года назад +331

    Thanks for watching :) I just have a small correction: I have no clue where I got the idea that miniclip was the original creator, it was actually a company named .Gears, founded by Dong Nguyen. Sorry about that lol

    • @miceecat
      @miceecat 2 года назад +3

      E

    • @asempere123
      @asempere123 2 года назад +4

      How does the score display go back to 0?

    • @theearthgaming7770
      @theearthgaming7770 2 года назад +8

      ​@@asempere123 redstone stuff i guess?

    • @Manny_OG
      @Manny_OG Год назад +1

      ​@@asempere123 idk, I only know python and lua

    • @sGK638
      @sGK638 Год назад

      Make make 3D computer red stone making

  • @kebien6020
    @kebien6020 Год назад +231

    So I'm a software developer, and this video shows EXACTLY how to develop software right.
    You start with something small but tangible, you develop individual components that work well on their own, and combine them together, each step along the way does something a little bit more useful than the previous one. You draw from past experience when designing some of the components (like using those decoders, or the adder made up of 3 subtractions), but also you can just straight up use publicly available ones (libraries - those digit displays).
    But the parts that really felt like just software development good practices were at the end "I'm going to test it a lot" (integration testing, end-to-end testing), and "I'm going to re-do the layout so that more stuff goes behind the screen" (straight up refactoring).
    Another important part is that the process is a ton messier than what's shown in the video, you go through a lot of tangents that don't end up in the final result. I'm guessing this also happens with redstone builds, but even if you're showing the process, those parts are hidden because they are not really interesting. Even that aspect kinda has an equivalent in software, which is having a clean commit history so that when someone goes through the process, it looks like a nice progression of putting the right pieces together.

    • @kittinanpakboon8129
      @kittinanpakboon8129 Год назад +4

      Yep
      his mindset is already a good solid softwere developer compatible fr.

    • @Mistyre
      @Mistyre Год назад +3

      he is also a software developer. You can't just build stuff in Minecraft without code and converters (etc) so I think he knows what he's doing.

    • @TheZachattack73
      @TheZachattack73 Год назад +1

      Underrated

  • @IceMetalPunk
    @IceMetalPunk 2 года назад +267

    Nicely done! My biggest issue with redstone is compacting it, and seeing how compact, clean, and tileable all your circuits are makes me a little envious 😅

    • @RubyPiec
      @RubyPiec Год назад +11

      everything he does makes me envious

    • @myrealusername2193
      @myrealusername2193 Год назад +2

      I feel exactly the same way! I made a potion brewing machine and while the front display bit was pretty small I had a massive part in the back. It’s surprisingly difficult to compact things!

    • @Chargerburn
      @Chargerburn 7 месяцев назад +1

      Nahhh if you have underground space below it shove all the extras there

  • @CraftyMasterman
    @CraftyMasterman 2 года назад +343

    Maaaaaatt I LOVE this new style of video o my god. It's everything I love from every kind of redstone vid ALL IN ONE!!! can't wait to see what you do with this

  • @popa42
    @popa42 2 года назад +240

    Wow… that was actually not complicated to understand at all… I feel like even I could have come up with something like that :D

    • @IceMetalPunk
      @IceMetalPunk 2 года назад +43

      Redstone is a lot like programming: once you know the basics, all the complicated stuff is just learning to break everything down into those basic parts and put them back together :)

    • @brianmessner8569
      @brianmessner8569 2 года назад +6

      Too me, a non redstoner, this looks like a mess of redstone

    • @LandscapeAhoy129
      @LandscapeAhoy129 Год назад +2

      I guarantee you couldn’t have. Relax.

    • @ts-wo6pp
      @ts-wo6pp Год назад +17

      @@LandscapeAhoy129 hes just saying that it was explained in a way that each step seemed logical and reasonable. u chill

    • @duhpig3809
      @duhpig3809 Год назад +1

      @@ts-wo6pp I think that he also meant this is extremely small for a game in redstone

  • @Nugcon
    @Nugcon 2 года назад +32

    I like how you explain these seemingly complex redstone stuff in such a simple way for clueless normies like me. These videos are surprisingly high quality for such a relatively small channel, they deserve more recognition. This got into my recommendations, hoping many others got it too.

  • @devynsmith5280
    @devynsmith5280 2 года назад +40

    I absolutely love this form of content!
    With bigger projects you could definitely make it less in depth but still in the same format. It helps a lot visualizing what each part does

  • @danielcaba5011
    @danielcaba5011 2 года назад +10

    Amazing...steve will steal this though

  • @NoNameAtAll2
    @NoNameAtAll2 2 года назад +45

    I wonder if there's a way to implement square movement (acceleration) instead of linear you made

    • @DanielSilva-gc4xz
      @DanielSilva-gc4xz Год назад +1

      There might be but super slow in minecraft

    • @tvre0
      @tvre0 7 месяцев назад

      you can. my proof for this is the existence of turing complete computers in minecraft, meaning that there is at least one way.

  • @lima7132
    @lima7132 2 года назад +8

    I love the way you went through your logic, the components needed, the "bugs" that you had on development.. this style of video is really good!

  • @purlsquinn
    @purlsquinn 2 года назад +8

    LOVE the video format. You walked us through your thought process and then showcased.
    I learn so much more from your videos. Very engaging.

  • @tarnex
    @tarnex 2 года назад +7

    Your popularity should be on same level as mumbo. You seriously deserve way WAY more popularity.

  • @ThatGeometryDude
    @ThatGeometryDude 2 года назад +11

    Hey Matt! This video inspired me to recreate Google's Dino Run game. I so far have got the jumping mechanic working and I am now working on the cacti. Thanks for a great video as always!

  • @The2FunBro
    @The2FunBro 2 года назад +3

    Great videos! I love these types of videos, the music, the tutorials, the showcases, you deserve more than this! keep up the GREAT work! redstone is just endless, who knows what people could create!

  • @user-mm9xr8zd7m
    @user-mm9xr8zd7m 2 года назад +3

    Love the fact that you go step by step it's so much easier to understand , great vid !

  • @solidccc5088
    @solidccc5088 2 года назад +7

    Been subbed since 2k, glad to see you’ve gained some popularity. Underrated content as always!

  • @J2ko
    @J2ko 2 года назад +4

    Awesome stuff! The biggest challenge I face while redstoning is planning and organization, I could definitely learn a thing or two from you!

  • @caspermadlener4191
    @caspermadlener4191 2 года назад +3

    I came up with exactly the same system!
    To draw the pipes, I used an observer line, triggered with repeaters, in order to achieve a fast, but not too fast game.
    To draw the bird, I used the locking repeater mechanic. This is also the hitbox detection.
    When you draw a pipe at the same tick as a bird, you lock a repeater in an on-state, which you are able to detect.
    I used the same randomiser as the original Tetris game, because that is very easy to do. I don't like to incorporate in-game randomising, because that defeats the point of creating Flappy Birds in Minecraft.
    I used the same redcoder mechanism to select the height of the pipes and bird.
    I didn't incorporate a scoring system, but if I did, I would have used the same 7-segment display

  • @danielbalogh3493
    @danielbalogh3493 2 года назад +2

    I love your channel and I think this was your best video so far but logical redstone and the other projects are awesome too. These videos inspire me to think and build stuff like this

  • @nevental9207
    @nevental9207 2 года назад +1

    This is ABSOLUTELY INSANE! Instantly subbed and liked, I love how much work you put into this and it came out amazing! Keep it up bro.

  • @michellepeterandrobin9181
    @michellepeterandrobin9181 2 года назад +6

    In what world does this have less than a hundred thousand views? Absolutely awesome vid, this is why im subscribed

  • @JonDaFun
    @JonDaFun 2 года назад +2

    That’s amazing! I like the walk through of how making one of these games works! It was also interesting seeing how compact you made the circuits, I probably would have ended up making some of those a lot more complicated 😅

  • @koenigderbloecke9112
    @koenigderbloecke9112 2 года назад +3

    First I was blown away by the Graphical calculator and with this video you definitely earned my sub. This is just unbelievable good, and way simpler then I thought!

  • @Fiz1zy
    @Fiz1zy 3 месяца назад

    When thinking about flappy bird in minecraft, youd think itd be massive like those giant tetris machines... but heres matbatwings, fitting the entire game behind its own screen, something you rarely ever see in complex redstone games! Absolutely awesome

  • @alichank
    @alichank 2 года назад +2

    That background music at the end was perfect choice. I have on my music playlist. It's We're Finally Landing by Home

  • @rinalds1620
    @rinalds1620 2 года назад +2

    Very great video! You have a talent for storytelling and that combined with your knowledge of redstone makes for an interesting video. Keep it up!

  • @herusio871
    @herusio871 Год назад

    Showcase music had me feelin like i was about to spend an hour learning speedrunning for a game I'd never played before

  • @CDSide
    @CDSide 2 года назад +5

    Oh my god, he finally went insane.

  • @unidentifiedperson1357
    @unidentifiedperson1357 2 года назад +2

    love the format, its super easy to understand

  • @purplepotato2015
    @purplepotato2015 2 года назад

    I was thinking of starting a Flappy bird project aswell!
    I also really like these kinds of videos, the process instead of just the showcase. Nice!

  • @luked4861
    @luked4861 2 года назад +3

    You really deserve a lot more subscribers! Great vid!

  • @hackmesenpai2998
    @hackmesenpai2998 Месяц назад +1

    "Im developing a game"
    "what language are u using?"
    "REDSTONE"

  • @gwoonryan8665
    @gwoonryan8665 2 года назад +2

    What a nice video, i loved watching the whole process!

  • @thearabicschool8438
    @thearabicschool8438 2 года назад +3

    Him: dose complicated math 🧮
    While 5 yr old me: 5x5=25
    Also 5 yr old me: *feels like Enstine*

  • @AdamHolland-Adz
    @AdamHolland-Adz 4 месяца назад

    Insanely impressive redstone machine. I was certain you wouldn't be able to have randomized pipes displaying on the screen without command blocks, but once you whipped out a triple 50/50 randomizer and made it work with a three bit binary code, I was like... guh?!

  • @Dragonmastur24
    @Dragonmastur24 Год назад

    I love that texture pack!
    And great song choices :)
    Love all the games you make

  • @wanderinginterneter8203
    @wanderinginterneter8203 2 года назад +2

    "Hmm I'm bored"
    *"I feel like recreating an entire game only with redstone from another game"*

  • @clod2529
    @clod2529 2 года назад +2

    Great video as always! Man I want to try my hand at this stuff

  • @robloxfan23_
    @robloxfan23_ 2 года назад

    Wow bro thats cool. Glad that you made this, keep up the good work bro!

  • @SharkOwen
    @SharkOwen 2 года назад +2

    Thats amazing! Cant wait to try this for myself!

  • @F0RLORN
    @F0RLORN Год назад +2

    This channel is genuinely so underrated. Amazing content.

  • @knotxacklyastudio
    @knotxacklyastudio 3 месяца назад

    So compact! Amazing build!

  • @SquidCoder
    @SquidCoder Год назад +1

    13:00 Time to learn about the history of Minecraft Flappy Bird Speedrunning with Summoning Salt lol.

  • @lucasdegamers
    @lucasdegamers 2 года назад +2

    this is sick man now im inspired to also build something crazy

  • @ludv
    @ludv 2 года назад

    I love that you’re using lofi streambeats as the background music. I absolutely love them!
    PS Very good video and very interesting!

  • @twentyonerocks
    @twentyonerocks 2 года назад +3

    Great idea to make Flappy Bird lol. Enjoyed getting to hear you explain your engineering process behind the build :)

  • @victorius2975
    @victorius2975 2 года назад +3

    my god finally a complex redstone video that actually makes sense

  • @nedtrampz85
    @nedtrampz85 Год назад

    I love this and what a nice looking piece it is!! So good

  • @m_productions15
    @m_productions15 Год назад

    i don't know how but this is sooo small and fantastic! You're reallyyy talented!

  • @simat565
    @simat565 2 года назад +2

    It's so small and compact, it look like those little game console with only one game on it 😄 it's so cool to see the process of making it 😁

  • @zorjs
    @zorjs 2 года назад

    This is awesome i love it keep ot up man!

  • @Coolguy-as-in-temperature-wise
    @Coolguy-as-in-temperature-wise 2 года назад

    Good video, i love your style of edditing

  • @admo935
    @admo935 Год назад

    This is just, amazing! You earned yourself a sub!

  • @urcringebro4706
    @urcringebro4706 2 года назад

    Great video dude, everything explained so well!

  • @_i_am_skittle_8410
    @_i_am_skittle_8410 Год назад

    Those lamps look so nice with those shaders! 💯🔥

  • @raphsurvivor
    @raphsurvivor Год назад

    Only 65k views for that? It was so cool to watch your video and I don't know why you don't have that much subcribers or views for that content. It was sick!

  • @sawa5954
    @sawa5954 2 года назад +1

    wow.Awesome video👍👍👍👍

  • @paranoidpumpkin98
    @paranoidpumpkin98 Год назад

    Amazing work

  • @c8t958
    @c8t958 2 года назад +1

    I love how compact it is

  • @nicolasbilal8769
    @nicolasbilal8769 Год назад

    As someone who also makes redstone games it’s so cool to see your process as mine is pretty similar but you’re definitely a lot better than me. I’ll be learning a lot from you 😂

  • @SilentRecon
    @SilentRecon 2 года назад +1

    Dude. That’s awesome

  • @therealloganyt237
    @therealloganyt237 2 года назад +1

    3:39 so much redstone on the ground

  • @GalacticForge
    @GalacticForge 2 года назад +2

    Can’t wait for the new melon farm video!

  • @huwbarlow-kay1724
    @huwbarlow-kay1724 2 года назад +1

    i loved this type of video :D

  • @nabir14
    @nabir14 2 года назад

    Your genius. Without people like you we could never know that we can actually create something like this in Minecraft :)

  • @c8t958
    @c8t958 2 года назад +2

    This is awesome, imagine if you could add color to it!

  • @nathan471
    @nathan471 Год назад

    awesome video!

  • @Seminoso
    @Seminoso Год назад

    Really cool!

  • @supercyclone8342
    @supercyclone8342 Год назад +2

    As a programmer/indie game developer, this is mind blowing! Hats off to circuit programmers (physical or in Minecraft)!

  • @choonyongtan5671
    @choonyongtan5671 2 года назад +2

    You make it look easy

  • @eduzinn4931
    @eduzinn4931 Год назад

    simply incredible !!

  • @cathams5582
    @cathams5582 Год назад

    my favorite thing about this is it is entirely buildable. The redstone may be complex, and the machine may cause some lag in an actual world, but it is buildable.

  • @Iceiznice34
    @Iceiznice34 Год назад +1

    All the things that you said actually make sense to me and I think I can make the same thing thank you 🙏

  • @ananttiwari1337
    @ananttiwari1337 2 года назад

    If anyone's wondering the music at the end, it's "We're Finally Landing" by home

  • @nicnakpattywhack5784
    @nicnakpattywhack5784 2 года назад +1

    to put the bird in the middle, you could lock the repeaters for a second,causin the observers to power the lamps in the middle

  • @TylerIllman
    @TylerIllman Год назад

    Kind of crazy how many insanely talented red stone builders there are on RUclips with such small followings for their skill

  • @marcop5173
    @marcop5173 2 года назад

    INCREDIBLE!

  • @kleedje305
    @kleedje305 2 года назад +4

    if this dude would make a redstone tutorial for some build even if it takes hours to watch i'd watch is

  • @chessthejameswei
    @chessthejameswei Год назад

    Hmmm, in most flappy bird games, the game also ends if the bird hits the ground. This might be a nice challenge to try to implement, but the game is great how it is already. Great video!

  • @tianyizhang1556
    @tianyizhang1556 Год назад

    Matt in 3000: I made minecraft inside of minecraft with minecraft redstone.
    Me in 3000: Still figuring out how to make a 2 x 2 piston door

  • @Morten-40sirens836
    @Morten-40sirens836 Год назад +1

    Mumbo Jumbo: *bro this is simple red stone how this can be that hard*

  • @Sesquipedalian3
    @Sesquipedalian3 2 года назад +1

    "You make games? What language do you use?" "Redstone"

  • @muneebkhalid3253
    @muneebkhalid3253 Год назад

    This guys channel is criminally underrated

  • @licksorestockpile1190
    @licksorestockpile1190 2 года назад

    thats fascinating

  • @Aeroguy_09
    @Aeroguy_09 Год назад

    this is just so cool

  • @xytq4692
    @xytq4692 2 года назад +1

    This is a great video! (I had to pretend like I knew what was going on 😂)

  • @Vakorance
    @Vakorance Год назад

    dude you are so underrated good shit dude

  • @BLOCKADE_CAT
    @BLOCKADE_CAT Год назад +1

    0:05
    "Hi, my name is reggie...."

  • @nikitawew6087
    @nikitawew6087 Год назад

    WoW amazing

  • @ankith5948
    @ankith5948 2 года назад

    This deserves more views!!!!!!

  • @classic345
    @classic345 Год назад +1

    Me comparing this to my best and coolest redstone build that I’ve made without a schematic or video is like comparing a canoe to the titanic, and that might be an understatement.I was proud of what I made until I saw not only how much cooler stuff like this is but how much smaller it is. The finished product showcase didn’t have a hit detection, but it’s not my place to critique something that I wouldn’t be able to make in a million years
    For anyone who wanted to know, In my opinion the coolest thing that I’ve made so far in my opinion is a thing in bedrock that let’s you select a number and it displays that number on a screen. I added a thing for bow shooting practice where when you shoot at it the thing translates the part of the target block that you shot into a number on the screen.

  • @terrymorgan2854
    @terrymorgan2854 2 года назад

    OMG You just taught me how to make things move!

  • @savageraccoon787
    @savageraccoon787 2 года назад +1

    I like the style of this video.

  • @marcodamota9972
    @marcodamota9972 Год назад

    bro used summoning salt's music.
    loved it!

  • @LaSandWitch
    @LaSandWitch Год назад

    "Wow bro, did you make this game on Unity?"
    "Nah bro, on Minecraft."

  • @phoenixirwin8730
    @phoenixirwin8730 Год назад

    what texture packs do you have to make the lamps and redstone look like that?

  • @bibiniechybi1617
    @bibiniechybi1617 2 года назад +1

    cool video

  • @thecossackfromukraine
    @thecossackfromukraine 5 месяцев назад

    Hi, i have an idea. You see, when the bird hits the pipe, counter doesn't stop, and adds 2. You can make a blocker, so that collision detection thing activates it and blocks the score line

  • @Green__Man
    @Green__Man Год назад

    Damn bro the world isn't big enough for your brain this is insane and so neatly compact my God 🔥

  • @maiconteixeira5332
    @maiconteixeira5332 2 года назад +2

    Continue assim, você é muito bom👍