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
@miceecat2 жыл бұрын
E
@asempere1232 жыл бұрын
How does the score display go back to 0?
@theearthgaming77702 жыл бұрын
@@asempere123 redstone stuff i guess?
@Manny732112 жыл бұрын
@@asempere123 idk, I only know python and lua
@sGK6382 жыл бұрын
Make make 3D computer red stone making
@kebien60202 жыл бұрын
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 Жыл бұрын
Yep his mindset is already a good solid softwere developer compatible fr.
@Mistyre Жыл бұрын
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 Жыл бұрын
Underrated
@CraftyMasterman2 жыл бұрын
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
@fjaps2 жыл бұрын
Still waiting for GD with bigstone
@python12772 жыл бұрын
Yea i love gd
@therealloganyt2372 жыл бұрын
What's GD
@fjaps2 жыл бұрын
@@therealloganyt237 geometry dash
@therealloganyt2372 жыл бұрын
@@fjaps ok
@IceMetalPunk2 жыл бұрын
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 😅
@RubyPiec2 жыл бұрын
everything he does makes me envious
@myrealusername21932 жыл бұрын
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 Жыл бұрын
Nahhh if you have underground space below it shove all the extras there
@Nugcon2 жыл бұрын
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.
@popa422 жыл бұрын
Wow… that was actually not complicated to understand at all… I feel like even I could have come up with something like that :D
@IceMetalPunk2 жыл бұрын
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 :)
@brianmessner85692 жыл бұрын
Too me, a non redstoner, this looks like a mess of redstone
@LandscapeAhoy1292 жыл бұрын
I guarantee you couldn’t have. Relax.
@ts-wo6pp2 жыл бұрын
@@LandscapeAhoy129 hes just saying that it was explained in a way that each step seemed logical and reasonable. u chill
@duhpig38092 жыл бұрын
@@ts-wo6pp I think that he also meant this is extremely small for a game in redstone
@devynsmith52802 жыл бұрын
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
@un-fixed26092 жыл бұрын
nice pfp
@lima71322 жыл бұрын
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!
@purlsquinn2 жыл бұрын
LOVE the video format. You walked us through your thought process and then showcased. I learn so much more from your videos. Very engaging.
@tarnex2 жыл бұрын
Your popularity should be on same level as mumbo. You seriously deserve way WAY more popularity.
@michellepeterandrobin91812 жыл бұрын
In what world does this have less than a hundred thousand views? Absolutely awesome vid, this is why im subscribed
@caspermadlener41912 жыл бұрын
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
@ThatGeometryDude2 жыл бұрын
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!
@Fantöm-p2p2 жыл бұрын
Love the fact that you go step by step it's so much easier to understand , great vid !
@solidccc50882 жыл бұрын
Been subbed since 2k, glad to see you’ve gained some popularity. Underrated content as always!
@koenigderbloecke91122 жыл бұрын
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!
@The2FunBro2 жыл бұрын
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!
@J2ko2 жыл бұрын
Awesome stuff! The biggest challenge I face while redstoning is planning and organization, I could definitely learn a thing or two from you!
@danielbalogh34932 жыл бұрын
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
@the_real_fiz2zy9 ай бұрын
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
@luked48612 жыл бұрын
You really deserve a lot more subscribers! Great vid!
@F0RLORN2 жыл бұрын
This channel is genuinely so underrated. Amazing content.
@SquidCoder2 жыл бұрын
13:00 Time to learn about the history of Minecraft Flappy Bird Speedrunning with Summoning Salt lol.
@alichank2 жыл бұрын
That background music at the end was perfect choice. I have on my music playlist. It's We're Finally Landing by Home
@NoNameAtAll22 жыл бұрын
I wonder if there's a way to implement square movement (acceleration) instead of linear you made
@DanielSilva-gc4xz2 жыл бұрын
There might be but super slow in minecraft
@imEden0 Жыл бұрын
you can. my proof for this is the existence of turing complete computers in minecraft, meaning that there is at least one way.
@victorius29752 жыл бұрын
my god finally a complex redstone video that actually makes sense
@nevental92072 жыл бұрын
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.
@unidentifiedperson13572 жыл бұрын
love the format, its super easy to understand
@hackmesenpai29988 ай бұрын
"Im developing a game" "what language are u using?" "REDSTONE"
@JonDaFun2 жыл бұрын
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 😅
@gwoonryan86652 жыл бұрын
What a nice video, i loved watching the whole process!
@herusio871 Жыл бұрын
Showcase music had me feelin like i was about to spend an hour learning speedrunning for a game I'd never played before
@rinalds16202 жыл бұрын
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!
@simat5652 жыл бұрын
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 😁
@AdamHolland-Adz11 ай бұрын
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?!
@raphsurvivor2 жыл бұрын
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!
@wanderinginterneter82032 жыл бұрын
"Hmm I'm bored" *"I feel like recreating an entire game only with redstone from another game"*
@lucasdegamers2 жыл бұрын
this is sick man now im inspired to also build something crazy
@SharkOwen2 жыл бұрын
Thats amazing! Cant wait to try this for myself!
@supercyclone83422 жыл бұрын
As a programmer/indie game developer, this is mind blowing! Hats off to circuit programmers (physical or in Minecraft)!
@robloxfan23_2 жыл бұрын
Wow bro thats cool. Glad that you made this, keep up the good work bro!
@CDSide2 жыл бұрын
Oh my god, he finally went insane.
@twentyonerocks2 жыл бұрын
Great idea to make Flappy Bird lol. Enjoyed getting to hear you explain your engineering process behind the build :)
@thearabicschool84382 жыл бұрын
Him: dose complicated math 🧮 While 5 yr old me: 5x5=25 Also 5 yr old me: *feels like Enstine*
@purplepotato20152 жыл бұрын
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!
@Dragonmastur242 жыл бұрын
I love that texture pack! And great song choices :) Love all the games you make
@TylerIllman2 жыл бұрын
Kind of crazy how many insanely talented red stone builders there are on KZbin with such small followings for their skill
@ludv2 жыл бұрын
I love that you’re using lofi streambeats as the background music. I absolutely love them! PS Very good video and very interesting!
@clod25292 жыл бұрын
Great video as always! Man I want to try my hand at this stuff
@nabir142 жыл бұрын
Your genius. Without people like you we could never know that we can actually create something like this in Minecraft :)
@c8t9yt2 жыл бұрын
I love how compact it is
@m_productions152 жыл бұрын
i don't know how but this is sooo small and fantastic! You're reallyyy talented!
@KnotXackly9 ай бұрын
So compact! Amazing build!
@muneebkhalid32532 жыл бұрын
This guys channel is criminally underrated
@therealloganyt2372 жыл бұрын
3:39 so much redstone on the ground
@chessthejameswei2 жыл бұрын
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!
@tianyizhang15562 жыл бұрын
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
@urcringebro47062 жыл бұрын
Great video dude, everything explained so well!
@urcringebro47062 жыл бұрын
New sub right here
@SerialDesignationIce.342 жыл бұрын
All the things that you said actually make sense to me and I think I can make the same thing thank you 🙏
@cathams55822 жыл бұрын
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.
@SilentRecon2 жыл бұрын
Dude. That’s awesome
@StressHaze2 жыл бұрын
Wow and I thought mumbo jumbo was great with red stone , this guy's on a whole another level.
@classic345 Жыл бұрын
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.
@nicolasbilal87692 жыл бұрын
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 😂
@_i_am_skittle_84102 жыл бұрын
Those lamps look so nice with those shaders! 💯🔥
@sawa59542 жыл бұрын
wow.Awesome video👍👍👍👍
@c8t9yt2 жыл бұрын
This is awesome, imagine if you could add color to it!
@GalacticForge2 жыл бұрын
Can’t wait for the new melon farm video!
@choonyongtan56712 жыл бұрын
You make it look easy
@Sesquipedalian32 жыл бұрын
"You make games? What language do you use?" "Redstone"
@orfeoriva53842 жыл бұрын
One word: AMAZING!
@simonellis27212 жыл бұрын
That was three
@orfeoriva53842 жыл бұрын
@@simonellis2721 One word: KINDA!
@danielcaba50112 жыл бұрын
Amazing...steve will steal this though
@mattbatwings2 жыл бұрын
yep, only a matter of time
@dronko-fire-blaster2 жыл бұрын
@@mattbatwings lol hope he dose not!
@nicnakpattywhack57842 жыл бұрын
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
@admo9352 жыл бұрын
This is just, amazing! You earned yourself a sub!
@lucybarlowkay2 жыл бұрын
i loved this type of video :D
@tempest_5ky2 жыл бұрын
This is absolutely insane, great job dude!
@grablje2 жыл бұрын
This is awesome i love it keep ot up man!
@slingshotplays37942 жыл бұрын
ayyyyyyyyyyy matt love you're vids i'm slingshot plays btw keep up the work! :)
@nedtrampz852 жыл бұрын
I love this and what a nice looking piece it is!! So good
@LaSandWitch2 жыл бұрын
"Wow bro, did you make this game on Unity?" "Nah bro, on Minecraft."
@Sonsuty6 ай бұрын
You make it look so simple... You are a genious
@Sonsuty6 ай бұрын
Genius*
@kleedje3052 жыл бұрын
if this dude would make a redstone tutorial for some build even if it takes hours to watch i'd watch is
@ananttiwari13372 жыл бұрын
If anyone's wondering the music at the end, it's "We're Finally Landing" by home
@Coolguy-as-in-temperature-wise2 жыл бұрын
Good video, i love your style of edditing
@savageraccoon7872 жыл бұрын
I like the style of this video.
@xytq46922 жыл бұрын
This is a great video! (I had to pretend like I knew what was going on 😂)
@Vakorance2 жыл бұрын
dude you are so underrated good shit dude
@rest28652 жыл бұрын
This guys is dangerously smart
@eduzinn49312 жыл бұрын
simply incredible !!
@abcasdf7472 жыл бұрын
I don’t even play minecraft anymore but these videos are so damn cool
@paranoidpumpkin982 жыл бұрын
Amazing work
@nathanmesser21242 жыл бұрын
Finaly, an actual use for trip-wire!
@Arwan-gamer120942 жыл бұрын
Mumbo Jumbo: *bro this is simple red stone how this can be that hard*
@ankith59482 жыл бұрын
This deserves more views!!!!!!
@birdbronyplayz19152 жыл бұрын
Hey Matt, I just thought of an idea for you to do. Why not build sudoku only using redstone in minecraft? That would be a challenge for you to do.
@jaxvr2 жыл бұрын
This man is a genius.
@NotSoSuperAsian2 жыл бұрын
im such a child im laughing every time he talks about putting a hole in it and making the hole bigger
@Green__Man2 жыл бұрын
Damn bro the world isn't big enough for your brain this is insane and so neatly compact my God 🔥
@thecossackfromukraine Жыл бұрын
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