Creating a TURING MACHINE is very puzzling...

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2022
  • This game started out so relaxing, slowly automate machinery in a robot building factory, but in a puzzle game setting. This is basically a Turing Machine creator hidden within a puzzle game. It's fun, and to get things efficient it's hard!
    LINKS!
    PATREON: / realcivilengineer
    MERCH: realcivilengineer.com
    MEMBERSHIP: / @realcivilengineergaming
    REDDIT: / realcivilengineer
    TWITCH: / realcivilengineer
    PADDY (MY DOG): / @paddytheapprentice
    STREAM ARCHIVE: / @realcivilengineerarchive
    PLAYLISTS!
    MINI MOTORWAYS: • Mini Motorways
    INFRA: • INFRA!
    DORFROMANTIK: • Dorfromantik
    CITIES SKYLINES - ENGITOPIA: • Cities Skylines - Engi...
    KERBAL SPACE PROGRAM: • KSP
    POLY BRIDGE 2: • Poly Bridge 2
    HYDRONEER: • Hydroneer
    VARIETY PLAYLIST: • VARIETY PLAYLIST
    Epic Game Store Support-A-Creator Code: RCE
    (In connection with Epic Games’ Support-A-Creator Program, I may receive a commission from certain in-game purchases)
    About Manufactoria 2022:
    A really smart engineer can build robots that do just about everything. Are there any problems that more robots can't solve? You'll find out!
    From the creator of Silicon Zeroes and the original Manufactoria, Manufactoria 2022 is a new open-ended puzzle game. Build assembly lines that push robots around and rewrite their strangely paper-based brains. Figure out which robots will work, and send the rest straight into the slagheap!
    Solve: Manufactoria has (very slightly) more than a hundred puzzles, but just eight different types of machine to place. How complicated could these robots possibly get? You'll find out :)
    Improve: Getting assembly lines working at all is hard enough. If you're looking for more challenge, though, it's time to see if you can make your solutions faster, more compact, more elegant. Get gold medals! Beat your friends, and then make fun of em! Compete for global leaderboards!
    Advance: Go from a garage robotics startup to a booming megabusiness. Work with a colorful cast of characters to inflict your creations on an unsuspecting world. It's gonna be a blast!
    store.steampowered.com/app/12...
    #realcivilengineer #engineering #manufactoria
  • เกม

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

  • @Ravenishish
    @Ravenishish ปีที่แล้ว +143

    Ah, Mr Engineer. So this is a common programming issue where you can have super-efficient programs or super small programs but in a lot of cases you can't do both (usually you're aiming somewhere in the middle depending on computing power/data throughput/other active concurrent threads...it's a whole thing). The way to speed up this one is turn the conveyor belts into readers pointing the colour you're ignoring at each other and instead of throwing them back onto the middle track when they're empty dump them in the fire pits directly (that eliminates yet another check) gives you a bulky thing but it will run so much faster. (Heck, even having two readers pointing at each other instead of a second conveyor belt will pretty much halve your time without adding all the fire pits but will break your lower size limit because you need to feed the blues into success pits so you might as well bloat the thing if you're going for max speed)

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

      ah yes, the decades long question if i want to use Python or C

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

      It's like the old saying (paraphrased): we can make it work well, we can make it under budget, and we can make it on time. Pick two.

  • @scragar
    @scragar ปีที่แล้ว +92

    I think the trick to the timing achievement is to fail the space achievement.
    Theirs took about half your time because it didn't spend half it's time on the belt going back in.
    To win all you need to do is make sure it's always being tested or trashed by flipping the red/bluecheck and duplicating the logic next to itself.
    Test using RRRRRRRRRRRRRB because that's what the game uses(14 reds + a blue) so it should spend 1 on the start, 14 having the reds pulled off and tested, 1 get the blue tested for 16 total. You're spending 28 because you've got 24 ticks just removing the reds(1 for the test + 1 conveyor moving it back).

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

      Exactly. Something that uses only a few blocks of space is usually a lot less efficient (more moves because of repetition commands) than something that is giant and less elegant but has every step in a simple line.
      As informative as these global statistics are in games like this, they show ALL solutions at the same time and with that represent an "average" solution that is simply not possible to make. Even in very open games like "opus magnum" that has a third category with "price", you rarely get 2 of them above average at the same time because something will always fall behind.

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

      Interesting side note: The idea of there being a trade-off between 'time complexity' and 'space complexity' of an algorithm is a fundamental concept in computer science (complexity theory).

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

      i wonder if it would work with one stamp checker pushing any that have red then red back onto the first checker, like without a conveyor to handle the repeat checking

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

      @@paleblue103 there are three properties that contradict each other, speed, efficiency and cost. When you are designing something you should choose 2 to focus on, like fast and efficient but expensive, or efficient and cheap but slow. Sometimes that isnt even possible though and you can only focus on one property, such as if you want it to be very fast, it may not be possible to make it cheap or efficient, think about a sports car, thats a good example of that. For general design though you want to try and focus on two of the properties and not just one.

  • @ellisonbayan3700
    @ellisonbayan3700 ปีที่แล้ว +50

    He acknowledged programmers! I feel seen. We're (software) engineers, too!

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

      Judging by the quality of code and cell phone apps, most programmers are software architects these days.

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

      ok?

  • @CraftingCat_IX
    @CraftingCat_IX ปีที่แล้ว +52

    The first 3x3 machine at 13:40 was almost perfect, the two conveyor belts just were facing the burner instead of the scanner again. If you did that I would have worked.

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

      Exactly!

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

      More like 13:47, when he replaced the corners with acceptors. But yeah, that's what I thought too! The two conveyors on the left corners just need to face right instead of up/down.

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

    Reminded me of the subject in College, Discrete Structures/mathematics. Exactly what we did. This game could really help in teaching about DFA(Deterministic finite automata) and NFA (Nondeterministic Finite Automata). I was solving them on parallel in paper, reminded me of Engineering days

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

      this game teach nfa
      as conveyor belt is 1 node (dont know know to interprete cross belt) and perfect goal is to has less travel
      and to be fair, it is even more of the pda than nfa but not tm yet as chapter 2

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

      @@sent4444 It's actually more powerful than a PDA: It's a Queue Machine, which isn't usually covered in the classes that cover DFAs/NFAs. It's as powerful as a Turing machine.

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

      I took this class last year and we were still solving on paper 😅

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

      I had nearly the exact same exercise in university in computer science, only that it should except an equal amount of blue and red :)
      Those are big fundamentals of theoretical computer science and therefor of all smartphones to servers.

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

      Not DMS it's ATC(autometa theory and computation)

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

    As a software Engineer, this is the perfect intro to programming and problem solving game.

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

    This is a good example of what makes programming fun. It's challenging, but when you succeed it feels so good

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

      Yes. But sometimes you can look back at a problem and think "holy crap I am dumb. What took me so long?"

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

      @@ArgumentativeAtheist Best to just accept that we're all humans and all humans make mistakes. And mistakes are fuel for our learning engines -- our brains! 🤓
      Otherwise, one is prone to getting serious burn-out from perfectionism. (Speaking from painful experience here!)

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

      @@robharwood3538 Absolutely, some of the things that I remember the best are things that I spent literally days trying to figure out before I finally understood what I got wrong.

  • @VeridicusFicta
    @VeridicusFicta ปีที่แล้ว +30

    Software Engineer here, this game looks like it would be absolutely perfect for teaching basic programming principles.
    I did feel a bit of pain watching you struggle with some of these as these are very simple algorithms that I'll do in my head countless times during a work day 😅.

    • @mr.awesome5619
      @mr.awesome5619 ปีที่แล้ว +6

      As a cs student rn I completely agree this was my first semester of logic condensed into a video game lol

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

      @@mr.awesome5619 the pain of turing lol

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

      I'm not a software engineer but I do a lot of competitive programming, so these were easy for me as well lol. I am willing to study cs when I finish highschool, but I'm still in 10th grade right now

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

      @@Miyano_Shiho4869 definitely go for it. Not only has it been a great career that I've retired from after 20 years, the skills have been incredibly valuable at just understanding and testing your understanding on a wide variety of subjects.
      Also there is no other career that I can think of where you can simultaneously feel like a complete idiot and a genius on a day to day basis 🤣. It's a trip 😅.

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

      Thanks for letting me know how much i dont want to be a software engineer

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

    13:54 turn the two left conveyors to face into the sorters

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

      It still fails the memory constraint of 16 moves or less though, which is the one he was missing in the end.

  • @Joao-lw5pj
    @Joao-lw5pj ปีที่แล้ว +1

    at 13:53 you had the answer, you just had to rotate the conveyor belts at the lower left and top left to face the resets.

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

    13:50 you already there matt! Just need to turn that corners back to the destamper!

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

    I LOVE YOUUUU
    you have became my most favorite youtuber

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

    The latest Forts tournament(9/10/22) had a moment that made me think of RCE. One of the announcers made a proclamation that architects are better than engineers.

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

    this looks like a fun game! i'd love to see more of it

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

    Now to build a megabase in Factorio and a custom sub in Barotrauma and your engineering bona fides will forever be unquestionable

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

    Hi RCE! I love your channel and I thought that the wandering village video was really cool! are you planning on making a part 2?

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

    At 14:15 you almost had the 9x9, just replace the bin with the goal, but then put the first sorter pointing with white down into a bin.
    Or make the conveyor point down, make it do a blue loop, and put the goal to the right of the white arrow

  • @j.p.1492
    @j.p.1492 ปีที่แล้ว +1

    This reminded me so much of my programming courses lol. Especially the loops.

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

    The robots a fun mix between an astromech droid, the Farscape drones and a Dalek

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

    i'd love to see more of this

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

    This is a really cool game, i would like to see more of this

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

    This game is literally Deterministic Finite Automata (a Finite state machine that accepts or rejects strings of a language which it defines). The language is literra
    After you create a machine that works, you can apply a minimizing method to get the smallest one possible

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

    13:47 you just needed to change the two conveyor belts on the left for ones pointing right

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

    "peace, love and I have a headache" me to Matt, me too 🙃

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

    Great game for you Matt! Loved every second!

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

    I love watching these puzzle games cause I'm so bad at them that even after the explanation I still only kind of know how they're done

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

    SPOILERS? (I dont actually know the answer but a prompt to work on):
    @12:17 Curious! For the 9 sq requirement of trying to isolate strings with a single unique colour (or number, bitwise, that you want to accept 100 or 011 and reject 000 or 1100): are you able to use the starting square and pass the test string over that. Meaning you can replace the starting conveyor belt or violate the directionality? This basically frees up a space. That you don’t need [start][1/0 splitter] and try to decrease this logic down to one square.

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

    Oh I love this game!! Hadn't realized it had released yet... as if I needed more distractions 😂

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

    I think the last task on this video shows the truism of "Good, fast, cheap: pick two" whereby you will need different processes to meet different goals. For speed, try the design at 12:10 but instead of making conveyor belt loops, just have robots sent straight back into the selector they just left.

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

    You should try the game SpaceChem. It's similiar but far better, imo. Great soundtrack and extremely satisfying when you create an elegant design.

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

    Damn, you’ve grown so much, I swear it was last month when you did your 1mill special, I’ve been watching for like a year and you’ve grown invredibay quickly!! Love the content 😁😁

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

    This is giving terrible flashbacks to engineering 362. Where We were docked points if our code was too long

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

    5:41 now just relax, sit back, have a nice and warm cup of tea...

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

    Hey RCE at 14:07 you had the right idea if it had red let it finish if not chop it. Love your vids man

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

    Please, PLEASE, for the love of engineering, play Turing Complete.

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

    I was actually thinking of the flash version of this game earlier this week. Nice to see a remake of it.

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

      It would be nicer to continue playing original version, as well as thousands of other games. But no: Adobe 'flash will die', the rest 'I don't care, I will cry loudly though when I discover that I cannot play my favorite game anymore'

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

      @@yaroslavpanych2067 Flashpoint:

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

    Really cool game. Like to see more of you using your big brain RCE :)
    PS. RCE = Remote Code Execution in cyber security

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

    YO UR IN A LUDWIG VIDEO
    HE SAID "I THINK I LIKE THIS GUY" WHEN U BUILT THE STRONGEST SHAPE
    lmao

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

      I was gonna say this lol

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

    Mmm I need to get me this game. Any game with trophies for time, space and what not I always love. Like Opus Magnum and Infinifactory. I've spent so many hours tweaking builds to perfection.

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

    amazing game!! Loved the video

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

    There's also AutomaChef which automates a kitchen in a cool way using the same ideas. Plus Neon Noodles, the same concept with a cyberpunk veneer.

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

    Yesssss new video!!

  • @dr.bright6160
    @dr.bright6160 ปีที่แล้ว +1

    Im pretty sure that if RCE made the doors in Site-19 there would be no contaiment breaches.
    -
    Can i hire you?

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

    This game demonstrates “Regular languages” and “Finite State Automata” which was a 4-month course at my uni 😂

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

    If you want to build a turning machine, why fiddle around with approximations? Play "Turning Machine" and build your own CPU from logic gates. :)
    Seriously, its a good game if you like this sort of puzzle game, and it is reasonably approachable for someone without digital design experience. And you do end up building a turning complete CPU (twice -- one 8 bit, and one 32 bit) with RAM, keyboard, and a screen for output. Plus, it you get to setup your own (very primitive) assembler so you can write programs for it.

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

    As you should've already deduced, you don't have to achieve all the goals in one go, and sometimes it's even impossible. You cannot cram the fastest machine in 3x3 square in the last level. You have to use more space for it.

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

    Honestly, you are a really smart engineer, I watched this, and I would not be able to comprehend anything after a bit. Lol😅

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

    14:16 I think that's right to start but the up arrow should face down. Then under that a right arrow, then next to that a scanner (blue left, white up, red right) and then the accepter

    • @u_luana.j
      @u_luana.j ปีที่แล้ว

      But then nothing will be accepted since all reds are removed from the begining

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

    Matt! You had it at 13:46 - u just needed to turn the conveyors on the left side 😁

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

    You were so close at 14:31! You just needed to move the scanner down one and add an exit!

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

    This is cool for teaching programming problem solving

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

    0:34 I should probably buy one for my own tears soon…

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

    Lots of similar games out there. But for something a bit different, try Prime Mover. Very cool pixel-art style programming challenges, very much like Human Resource Machine.

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

    Fun game

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

    The "Pinocchio" robot was playing a flute hence Flautistry 😂signed, a flautist 😂

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

    0:18
    Well... yeah. It's called the halting problem

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

    this game looks pretty good

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

    If you like playing little puzzle games like this that can break your brain, I recommend playing an old flash game called Chronotron from Kongregate/Newgrounds.

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

    This is the perfect game for RCE. Reminds me of Human Resource Machine.

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

    Thank you rce for the video

  • @four.1090
    @four.1090 ปีที่แล้ว +7

    You are indeed a very smart engineer, Matt

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

    "Programmers are very very smart"
    *blushes*

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

    Pronounces flautist wrong twice, and then thinks the image of the robot playing the flute is a pinnochio... Truly an Engineer! An Architect would know what a Flautist is.

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

    PleasingFungusGames is back? :O
    I'd thought he'd been scared off from games altogether. I'm delighted to hear he's making another run at it. He's one of the all-time greats at this genre.

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

      Silicon Zeroes is great, the part constraints can be a little weird though (not being allowed to use parts you'd use if you tackled the problem for real). I get that that's what creates the challenge, but I'm still dreaming of nand2tetris polished into a game (without artificial difficulty/ part constraints)

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

      @@twinai Have you tried (the confusingly-named) Turing Complete? Much like NandGame you build up from basic parts to full processors and then program them. But instead of strictly climbing upwards, you move up and down, adding capabilities and then using them.

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

      @@EzraBradford sounds like something I'd enjoy, thanks for the recommendation

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

    And this is why everything I program takes ages to run and contains hundreds of thousands of lines. BUT IT WORKS.

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

    rce? real cactus engineer??🤞

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

    13:40 you could’ve just made the conveyers on the left face to the right

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

    The solution for "crate expectations" you had at 13:42 should have worked, if you only turned both left corner conveyors to face back to their respective selectors.

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

    I have a cool suggestion similar to this one, Turing complete where you build a computer to pass the Turing test

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

    13:54 just rotate the left most Conveyors to hit the test again

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

    I hope you keep at this game. 🤓 It's super satisfying to see you work out the solutions! "Ahh, yes! Got it! 🥳"

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

    This channel = real civil architect

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

    5:42 ... and grab a cup of tea

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

    Was really expecting robots being used to displace water from a tsunami.

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

    With games like this, the thing to know is that it's often not possible to get all achievements with a single setup. You can minimize space, or you can minimize time, but not both at the same time.

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

    While I haven't play this particular game, keep in mind with these kind of games, getting the various medals might not always be possible in the same run. Sometimes to get it to do the least amount of steps require you to use more parts

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

    Im glad its complicated

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

    That programmer's remark at the saved you!

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

    Fire content

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

    I wonder if RCE will play PlateUp! with all the automations in the game

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

    Hay quá

  • @matthewtalbot-paine7977
    @matthewtalbot-paine7977 ปีที่แล้ว +1

    I say thank you as a programmer. We are the engineers of software.

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

    RCE really should look at the Opus Magnum. Its a brilliant puzzle game

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

      And SpaceChem.

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

    Poor Matt. A cicil engineer being asked for computer engineering. It's okay Matt. Not everyone can be as cool as you.

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

    ROBOT!

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

    wow so cool so grammarly shows us 3 of our future selves. That's cool!

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

    Hi :)

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

    Is that why programmers are called engineers? Because they are smart?

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

    I’d love to see RCE playing Satisfactory

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

    Good job Matt, that was not easy.

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

    It could be the case that you can't get all medals at once.
    If you want to go fast, you need to remove those timewasting conveyors.
    And that likely means you need to be larger.

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

    You should try infinifactory. It's my personal favorite puzzle game. I've been wondering how you would do with it. Seeing that you are now playing similar games, would be really cool to see you eventually try it.

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

    I feel this game is making me do leetcode questions lol

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

    sup

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

    16:12 listen to this

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

    If anyone else wants to do a flash game remake, can we have Armor Mayhem back? That is the best game ever by miles I swear

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

    Usually you can optimize for area or for speed but not both.

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

    The next step would be Zachatronic games.
    Dumb me likes the Alchemy themed one

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

    There's a really good mobile game called assembly line, it a factory builder and 100% free

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

    You should do another instrument of destruction video while you create the destruction instruments