I Used Programming To Enslave Humanity! - Human Resource Machine

Sdílet
Vložit
  • čas přidán 5. 06. 2024
  • Human Resource Machine Part 1 - another classic puzzle game, I'm digging deep in the archives for these now. Glad that old puzzle games hold up well, but I could also use a good new puzzle game. March 23rd can't come any sooner!
    Edited by: Dan White
    #aliensrock #puzzle #puzzlegame
    New to the channel? These links will help:
    BONUS VIDEOS: / aliensrock
    LIVE STREAMS: / aliensrock
    COMMUNITY: / discord
  • Hry

Komentáře • 485

  • @filiformis
    @filiformis Před rokem +342

    Tyler's hair looked really good in blue. The editor did a fantastic job.

    • @TheSuperSushiMaster
      @TheSuperSushiMaster Před rokem +4

      Indeed, blue hair looks good on Tyler.

    • @seno7904
      @seno7904 Před rokem

      No it doesn’t at all it looks disgusting
      😈

    • @MechanicNull
      @MechanicNull Před rokem

      Tyler's hair looks good as blue. Indeed it is.

    • @mirat9753
      @mirat9753 Před rokem +1

      Indeed 'sips tea aggressively'

  • @varth_3048
    @varth_3048 Před rokem +332

    Yes! I really hope this becomes a series along with the sequel, 7 Billion Humans

    • @TriCutNinja
      @TriCutNinja Před rokem +27

      Oh man I was so confused, I thought this WAS 7 billion humans, but was extremely confused bc I recognized none of the levels. XD

    • @hamizannaruto
      @hamizannaruto Před rokem +3

      ​@@TriCutNinja lmao.

    • @xdjrockstar
      @xdjrockstar Před rokem +6

      I fully agree. I voted for 7 Billion Humans in the patreon poll bc I love the game so much. Hoping for more of both of these games in the future

  • @aurorahaney3654
    @aurorahaney3654 Před rokem +818

    Is it just me or did Tyler’s hair look really good when it was blue?

  • @Tazarul
    @Tazarul Před rokem +553

    Props to the editor for drawing out your plan so cleanly

    • @TriCutNinja
      @TriCutNinja Před rokem +44

      The editing is so good, it's very funny and extremely helpful, bc I suck at coding logic puzzles. lol

    • @Menolith
      @Menolith Před rokem +1

      Especially the banging his wife part.

    • @sbsftw4232
      @sbsftw4232 Před rokem +5

      Bro he's got the best editor I've seen

  • @benjaminlee985
    @benjaminlee985 Před rokem +66

    Most programming games are only indirectly related to real computer programming, but this game is just straight up assembly programming. Definitely one of the more intimidating programming games I've tried.

    • @optmus3
      @optmus3 Před rokem

      cries in bitburner

    • @tabiasgeehuman
      @tabiasgeehuman Před 11 měsíci

      When I first saw the jump I was like "this sounds like asm" and as it went on it became "oh this IS asm"

  • @thebigpotate
    @thebigpotate Před rokem +465

    How can a single CZcamsr do such a variety of games and keep me engaged it's mystical

    • @gregoryzelevinsky9837
      @gregoryzelevinsky9837 Před rokem +17

      He is definitely single ;)

    • @thebigpotate
      @thebigpotate Před rokem

      @@gregoryzelevinsky9837 lol

    • @Mikee512
      @Mikee512 Před rokem +18

      He's above average size AND speed

    • @TheYeetedMeat
      @TheYeetedMeat Před rokem +13

      And on top of that, his hair looks pretty good in blue! It’s incredible!

    • @ObsidianG
      @ObsidianG Před rokem +1

      The question answers itself: Variety.

  • @cineblazer
    @cineblazer Před rokem +146

    Tyler-these puzzles get *mega tricky* later on and more complex objectives are introduced. I'm super excited to see you play more of this game!

    • @pikminman13
      @pikminman13 Před rokem +5

      Oh no not TIS-100 again now I’m getting flashbacks

    • @melocomanTV
      @melocomanTV Před rokem +1

      TIS is so cool

    • @nikkiofthevalley
      @nikkiofthevalley Před rokem

      ​@@pikminman13 I loved that game, it's one of my favorite games.
      Probably because I'm a developer, but still.

  • @Flames5123
    @Flames5123 Před rokem +37

    As a developer this is actually super relaxing watching someone else do it rather than me. Keep going Tyler! I really love your content.

  • @cineblazer
    @cineblazer Před rokem +71

    I really liked this game when I played it a few years ago. I never finished it, but I got to like 90%. The last few levels were too hard for me, but I really enjoyed getting as far as I got! One thing I really like about this game is how the kind of code it has you write is actually strikingly similar to how low-level assembly code for real computers works!

    • @thatotherandrew_
      @thatotherandrew_ Před rokem +14

      By the time I finally completed the final level, I realised I had basically just implemented a sorting algorithm in assembly code, under the guise of a cute game!

    • @giorgitsiklauri1283
      @giorgitsiklauri1283 Před rokem +7

      If TIS-100 is the Communist Manifesto, this game is Imagine by John Lennon.

    • @cineblazer
      @cineblazer Před rokem +3

      @@giorgitsiklauri1283 that's a remarkably good analogy lol.

  • @Vuks69
    @Vuks69 Před rokem +6

    This is an ingenious way to teach people how assembly language works - every command so far has an equivalent in ASM. Honestly, I would love to see this little game used as an introduction to programming in elementary schools.

  • @sparememes4001
    @sparememes4001 Před rokem +97

    Oh, i remember this game.. Was it.. 7 years ago?.. Classic

    • @rheatinacreatishia7636
      @rheatinacreatishia7636 Před rokem +5

      Damn, and here I felt it was released just a couple months ago.

    • @DiamondRoller37
      @DiamondRoller37 Před rokem +3

      CZcams says it came out in 2015, so that would be eight years ago

    • @Lilly-Lilac
      @Lilly-Lilac Před rokem +3

      @@DiamondRoller37 ha, nice try. 2015 was just a few years ago…. right?

  • @joepercival7154
    @joepercival7154 Před rokem +14

    9:54 Currently doing a lot of ARM assembly coding and yeah, I can confirm that branching over a bunch of lines at the start of the loop and only branching back when you need to is a bit counterintuitive but definitely more efficient. Also use conditional jumps as the looping jumps where you can, it means that the loop automatically exits whenever a condition isn't satisfied, which will save you a jump statement.

    • @superdog3293
      @superdog3293 Před rokem

      This is true. But in the game it seems the main reason to do it is because there are no complementary conditions (only branch on zero, no branch on nonzero) which is interesting. I'm not sure if there is real hardware out there like that. It saves very slightly on hardware and reduces instruction set size, but necessitates use of one extra instruction in some cases.

    • @KangJangkrik
      @KangJangkrik Před rokem

      Yea, even division isn't exist on several ARM processors, wonder if this game has that kind of problem solving

  • @FelixakaJopokakafa
    @FelixakaJopokakafa Před rokem +76

    It’s so weird actually knowing how to code watching one of these videos

    • @rflick6695
      @rflick6695 Před rokem +42

      I agree, especially after studying assembly code all last semester, and seeing all these commands that actually mirror assembly coding really well with all the conditional jumps and whatnot

    • @rflick6695
      @rflick6695 Před rokem +16

      @@weakspirit_ I saw the conditional branches and immediately started nerding out, it makes me way more excited than I should be for this game

    • @NickiRusin
      @NickiRusin Před rokem +10

      I saw how the "floor" space is used and thought "wait isn't that just assembly?" Glad I'm not the only one! Now if only Tyler would get his hands on TIS-100...

    • @NoNameAtAll2
      @NoNameAtAll2 Před rokem +2

      it's like BASIC
      no functions, only goto :/

    • @alexandragreeno2284
      @alexandragreeno2284 Před rokem

      I'm currently studying assembly and I had the exact thought lol

  • @TheQwertymon
    @TheQwertymon Před rokem +14

    This editor is freaking dope and the subtle things they do really make the videos a lot more enjoyable than they already were. Thank you editor ❤️

  • @SnakeEyeJJ
    @SnakeEyeJJ Před rokem +10

    I think hair dye is the next steam purchase for Tyler considering how good the hair looked in blue.

  • @Drakonus_
    @Drakonus_ Před rokem +1

    Fun fact: The jump is essentially just a goto statement, a simpler yet less sophisticated way to loop your program. Also, the way the floor has tiles that are indexed perfectly mimicks an array.

  • @kirbomatic1573
    @kirbomatic1573 Před rokem +2

    I loved the picture of Tyler with blue hair, he should bring that back in the future!

  • @SwingRipper
    @SwingRipper Před rokem +1

    I'm taking an Assembly class and we just went over looping and decision-making 28 hours ago... The logic you have to use here is nearly identical to assembly!
    (Although you don't need 30 lines to do "Hello World" in this game)

  • @Flaccy
    @Flaccy Před rokem +1

    We need to have this series finished! Watching this game was such a blast from the past

  • @noahstout3288
    @noahstout3288 Před rokem +8

    I played this game through about 5-6 years ago. Loved it.

  • @WhatsAGoodName42069
    @WhatsAGoodName42069 Před rokem +1

    On the topic of "putting code in the beginning and then jumping over it." Jumps in general are bad practice in high level languages due to dramatic loss of readability. Instead we just use loops, as you may know loops are jumps but with the inability to jump to different locations over and over. It either jumps "in" on a true condition or jumps out on false. Your code is essentially:
    while(notDone)
    {
    If(!firstTime)
    {
    //"skipped code"
    }
    //"not skipped code"
    }
    This pattern really doesn't need to look this way. The 2nd block of code always runs first and the first block of code always runs second, this reduces readability. It should reverse the order and run the 2nd block first:
    While(notDone)
    {
    //"not skipped code"
    //"skipped code"
    }
    If you want to make sure "skipped" code doesn't get run an additional time on the last iteration, you can check if last and break. This may cause a couple more lines of code to be run (checking conditions) but it improves readability by making the order the code will execute clear.
    Of course... this game is mimicking low level assembly code with the jump and branching commands. The lower the language the more efficient you want the code to be readability is prioritized AFTER speed and memory usage.
    tl;dr: those skipping the beginning code loops are fine in the type of language this game emulates, but not in higher level languages.

  • @lazylavalamp8015
    @lazylavalamp8015 Před rokem +3

    As someone who is trapped inside the basement, can confirm Tyler's hair looks really cool when it's blue

  • @TheOriginalTraz64
    @TheOriginalTraz64 Před rokem

    9:55 putting code in the beginning and jumping over it is how a lot of low level languages work, most famously C. They just hide the initial jump by declaring a "main" function that the compiler uses as the destination for the entry jump.
    Given that this game is basically Assembly it makes sense you'd do the same here.

  • @tolmt6736
    @tolmt6736 Před rokem +6

    This is a great game to watch. One of my first I watched in it’s entirety. The story is not bad so it’s a shame your missing it
    And yes it gets harder and more interesting while introducing more mechanics of a similar quality

  • @qqchan
    @qqchan Před rokem

    This game is pretty much assembly programming. If I remember correctly, the sequel, 7 Billion Humans is about parallelised (aka. multi-threaded) programming.

  • @abdullahalmasri612
    @abdullahalmasri612 Před rokem

    I love how this game calls it jump and not loop, reminds me of assembly!
    It even has the "reversed" branches!

  • @k.r.jester5406
    @k.r.jester5406 Před rokem

    Comp sci student here, good game. Reminds me of the jankiness of assembly. The player is a register, the floor is a memory address, input output is io.

  • @justgarrick
    @justgarrick Před rokem +2

    I hope you do an entire series on this. I love this game and would love to see you go through the puzzles

  • @iantroxel5333
    @iantroxel5333 Před rokem

    This assembly is old school. The NASA Apollo Flight Computer in the 1960s had a more full-featured programming language.

  • @anthonycannet1305
    @anthonycannet1305 Před rokem

    After you finish this game, there a sequel called “7 Billion Humans” which is a similar game but your code gets executed by multiple humans simultaneously instead of just the one. Basically just multithreaded code.

  • @zachwillett5853
    @zachwillett5853 Před rokem

    Hey Tyler, the Steam community for this game are doing a hive mind thing where they're looking for the MOST efficient ways to run the level. Some of the later ones can go FAR below the requirements.

  • @pennyjim5671
    @pennyjim5671 Před rokem +1

    Ah I have fond memories of playing this game years ago. I remember that I kept getting stuck, and after caving once and looking it up I kept doing it. I remember the last one I actually did was the Fibonacci one and I felt so extremely proud of my self

  • @TrueLimeyhoney
    @TrueLimeyhoney Před rokem +3

    You mentioned the creators made World of Goo, but the artstyle so looks a bit like Little Inferno. Same creators?

  • @supansup
    @supansup Před rokem +1

    You should play a game called "Pawnbarian". Its like chess, mixed with a rougelike, mixed with a card game. Pretty fun too. I think you would enjoy it.

  • @pictureplanet1
    @pictureplanet1 Před rokem +1

    Tye-dye Tyler needs to be a thing

  • @CreatorProductionsOriginal

    Isn’t the creator also the one that made that game which you burn things?(Little Inferno) They just have a such distinct art style

  • @TheRubySpider
    @TheRubySpider Před rokem

    More top notch content from Tyler’s editors. That joke about being locked in the basement was hilarious.
    Also, on a completely unrelated note, the blue hair is a good look for Tyler. Very cool.

  • @carrotspace8593
    @carrotspace8593 Před rokem

    This game is like programming in Assembly
    The floor are like registers, and you can store and load

  • @saali6860
    @saali6860 Před rokem +1

    Edging us on the Vampire survivor... evil

  • @Morningstar_37
    @Morningstar_37 Před rokem +1

    Oh my god I have played this game so many hours and never once finished it, I was so hyped when I saw that you are playing it!

  • @Lenny___Face
    @Lenny___Face Před rokem

    This does give me world of good vibes, i used to played that game everyday at the library

  • @matthewwhiteside4619
    @matthewwhiteside4619 Před rokem

    After the TV said "an army of machines has surrounded the city" I was expecting you to say "that's not good for the economy."

  • @Lenyntaka
    @Lenyntaka Před rokem +1

    Man, these editors are killing it, they always pull the giggles outta me

  • @otakuworm
    @otakuworm Před rokem +1

    Man, I don't know what it is about Tyler today, maybe it's the blue hair but it really gets me going.

  • @HeyMyNameIsTony
    @HeyMyNameIsTony Před rokem

    OK but what are the odds I JUST installed this on my phone again for the first time in years and Tyler here goes and uploads a video about it?!

  • @Rapandreas
    @Rapandreas Před rokem

    I'd love to see you play this game further. Last time I played, I wasn't nearly good enough at programming to complete it, and I'm not sure I would be now.

  • @ingvarsuigin609
    @ingvarsuigin609 Před rokem

    A lot of this game's "optimization" is to have the page wrap-around instead of your most often used go-to command.

  • @User_of_Google
    @User_of_Google Před rokem +1

    We all wait "7 Billion human" after that game

  • @physicalnova2965
    @physicalnova2965 Před rokem

    The editing is always on point ! Amazing video quality, keep on (Aliens)rockin' !

  • @cheetosnour.scratch-learn

    8:46 IRRELIGIOUS!

  • @madkiwi9358
    @madkiwi9358 Před rokem

    I LOVE this game spent HOURS trying to find the best solutions

  • @XMrNiceguyX
    @XMrNiceguyX Před rokem

    Good to see older games like this. I have a feeling SpaeChem would be one game you would enjoy as well.

  • @atomicluke7053
    @atomicluke7053 Před rokem +5

    oh wow Tyler's hair sure did look great in blue!

  • @fieldtm1able
    @fieldtm1able Před rokem

    I love how this programming puzzle game make players code assembly language, which is every computer doing in their basic level.

  • @invention64
    @invention64 Před rokem +3

    Love this game. What a classic

  • @adamtweddle2130
    @adamtweddle2130 Před rokem

    This game brings back memories. My IT teacher may or may not have torrented the game for me.

  • @jasonlatta2000
    @jasonlatta2000 Před rokem

    Such a good game, enjoying seeing you give it a spin, and can’t wait till some of the later levels.

  • @dxrk1370
    @dxrk1370 Před rokem +1

    ty tyler for selling your soul to the corporate ladder, very cool!

  • @confuzedgraphite
    @confuzedgraphite Před rokem

    This is giving me flashbacks to my computer architecture course.

  • @leo1065
    @leo1065 Před rokem

    Man I must be on something, I could have sworn Tyler had played HRM or 7 billion humans before on his channel.

  • @slavprinceuro
    @slavprinceuro Před rokem +1

    Oooh this looks like such a cool idea for a puzzle game

  • @Poyal
    @Poyal Před rokem

    Absolutely love this game and the developer, too! I wish it could turn into a series.

  • @asupremetab1617
    @asupremetab1617 Před rokem +1

    Thank you for the video Tyler and editors!

  • @feedmegaming
    @feedmegaming Před rokem

    I know its overplayed but I always love watching a fun run on peglin

  • @matthias916
    @matthias916 Před rokem

    Would love to see you finish this, tried this game myself a couple years ago but never managed to get past the later levels

  • @nolife874
    @nolife874 Před rokem

    10/10 editing I didn't even realize it wasn't part of the game lol

  • @JoshnS8n
    @JoshnS8n Před rokem

    Would love to see more seems like quite a fun game to optimize and play around with

  • @GreenExplosion08
    @GreenExplosion08 Před rokem

    I personally loved Human Resource Machine, but it gets very difficult near the end, especially the optional levels. I had to look up a walkthrough for at least 5 levels.

  • @hippyhair899
    @hippyhair899 Před rokem

    I really hope he keeps playing it and gets to the really hard levels at the end

  • @froginabox
    @froginabox Před rokem

    this is quite reminiscent of assembly programming; i like it!

  • @BlackopsMason13
    @BlackopsMason13 Před rokem

    cant believe you did all that with your mind, i feel like i need the visual guide just to comprehend it

  • @urban_ninja
    @urban_ninja Před rokem

    putting code in front and jumping over is basically making your own functions, good practice indeed 👍.

  • @10bd1
    @10bd1 Před rokem

    I need more of this game. It’s so satisfying

  • @victorianvalkyri
    @victorianvalkyri Před rokem

    Now Tyler needs to play 7 billion humans after this

  • @ladripper47874
    @ladripper47874 Před rokem

    Thank you for considering my and probably others' suggestion!

  • @100beep5
    @100beep5 Před rokem

    If you hac the "if zero, jump" you could further optimize the Octoplier by adding an if zero, jump to the outbox because 0*8=0.

  • @Kaiimei
    @Kaiimei Před rokem

    One game I'd like to see Tyler play after this is Little Inferno, mostly just because of the story, the gameplay gets a bit boring with the wait timers, and the puzzles aren't the hardest, but it's still a pretty and enjoyable game ^.^

  • @dawnbeckett9179
    @dawnbeckett9179 Před rokem

    They made world of goo and little inferno, which are both incredible games

  • @peterpeladon
    @peterpeladon Před rokem

    This game and its sequel are excellent, especially the second game! Hope you play both through, but if the first gets old, don't skimp on the second!

  • @djtimo
    @djtimo Před rokem +2

    Programmer here! In general, we don't work in a linear system like this game, instead (in an actual coding language) I'd create a function before starting any hard coding that could do whatever is being "skipped over" in game and call back to that function when needed.
    Hopefully that makes sense. If not... I'll try to simplify it, haha

    • @gideonrabson4600
      @gideonrabson4600 Před rokem +2

      Seconding. That said, this game is working in assembly, and that is absolutely the sort of trick you can pull in assembly to optimize code.

    • @djtimo
      @djtimo Před rokem

      @@gideonrabson4600 Oh really? Sad to say that I haven't really dug into coding in assembly yet.

    • @akiramiura477
      @akiramiura477 Před rokem

      ​@@gideonrabson4600 Unfortunately in the 3 levels that had skipped code at the start no optimizations could be made because relocating it to the end of the program just changes the purpose of the jump statement from skipping the subroutine at the beginning to returning from it at the end.
      I haven't seen the game before, but it would be interesting if there is a level that required position-dependent code somehow

    • @ssiwt
      @ssiwt Před rokem

      ​@@akiramiura477 But those levels have two jump statements at the end already, serving that purpose. So the jump at the start could in fact be saved by putting the code after it in between those two jump statements, I think.
      And IMO, doing it that way makes the code clearer as well, since then the instructions are in order of execution of the loop iteration. Since Tyler/the editor asked whether it's "good practice" to put the code at the start and jump over it, I would say no, it's better practice to put it at the end :)

    • @akiramiura477
      @akiramiura477 Před rokem

      ​@@ssiwt I think that those jumps couldn't be reused without changing the behaviour of the program, at least on the one level I'm looking at right now.
      There probably is an optimization that I'm not seeing; I'm only thinking about re-arranging the subroutines and not changing the behaviour of the program.
      As for which is cleaner, it depends on what someone is more familiar with. In languages like C/C++, you have to put functions towards the top of the file and main at the bottom, but with modern languages, you can put them anywhere and they are hoisted.

  • @Hamuel
    @Hamuel Před rokem

    I never thought he'd play Human Resource Machine!

  • @UnaturalShadows
    @UnaturalShadows Před rokem

    I mean the way I write my programs is generally by defining a bunch of functions at the start and then putting the actual body of my code further down

  • @posterman84
    @posterman84 Před rokem

    Old title: Classic puzzle game where you code HUMAN ROBOTS!

  • @ofekn
    @ofekn Před rokem

    9:55 - "good practice"
    This is done by professional that doesn't know how to code, don't try at home as there is a high risk you will be judged for hell

  • @saemj
    @saemj Před rokem

    There is a sequel called "7 Billion Humans" that is also very recommended :D

  • @snakebirbboi3955
    @snakebirbboi3955 Před rokem

    LOVE this game! Please play more Tyler!! (also the sequel 7 Billion Humans is really fun)

  • @ShadowViewsOnly
    @ShadowViewsOnly Před rokem

    Oh boi I have been waiting for this one for a LONG time.
    I hope you gonna finish it, and it won't be just another 1 time wonder... :)

  • @dragonqueen7328
    @dragonqueen7328 Před rokem

    Ah yes I love this game! Can't wait for you to play more!

  • @Roy-K
    @Roy-K Před rokem

    Gosh, I can’t believe how great Tyler looked with the blue hair!

  • @MrBlinky10101
    @MrBlinky10101 Před rokem

    Yes, this series of games is so cool!

  • @sayonara4372
    @sayonara4372 Před rokem

    DUDE! I remember NerdCubed playing this back in the day, so many memories. Awesome game.

  • @Mythotix
    @Mythotix Před rokem

    I do quite enjoy this game! I hope to see more of it!

  • @juegariel5717
    @juegariel5717 Před rokem

    Hope you enjoy this gem of a game! Hopefully you can try 7 Billion Humans as well (the sequel to this)

  • @UnLuck_I
    @UnLuck_I Před rokem

    Watching this makes me feel like a genius and an idiot at the same time

  • @Relkmdh
    @Relkmdh Před rokem

    Please keep playing I've never been able to finish the last levels!

  • @SylvesterAshcroft88
    @SylvesterAshcroft88 Před rokem

    I forgot they made world of goo, i just remembered Little Inferno when i saw you post this video!

  • @IcyFlame0
    @IcyFlame0 Před rokem

    I'd love to see more of this game!

  • @SeymourDisapproves
    @SeymourDisapproves Před rokem

    This looks like a fun one! Looking forward to more :)

  • @denycast
    @denycast Před rokem

    It is always nice to see Tyler playing a game I actually played, so no spoilers😅
    And the editor did such great work👍

  • @not_vinkami
    @not_vinkami Před rokem

    I can't wait to see Tyler struggle at levels beyond 40. Just like me in 5th grade